Skip to content

Commit

Permalink
fix needs
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Aug 22, 2024
1 parent 6de1fce commit 562392b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
EOF
run-linux-services:
needs: install-linux-packages
needs: dry-run-linux-packages
name: Run Linux Services
runs-on: ubuntu-latest
steps:
Expand All @@ -183,7 +183,7 @@ jobs:
sudo dpkg --install ./release/openziti_*.deb # install CLI
sudo dpkg --install ./release/openziti-*.deb # install controller, router
- name: Bootstrapping - Wet Run
- name: Bootstrap & Run
shell: bash
env:
ZITI_ENROLL_TOKEN: /tmp/${{ env.ZITI_ROUTER_NAME }}.jwt
Expand Down

0 comments on commit 562392b

Please sign in to comment.