Skip to content

Commit

Permalink
chore: template network name
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox committed Jun 19, 2024
1 parent 277a6db commit 413cf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ jobs:
- name: Wait for bootstrap to complete
timeout-minutes: 2
run: |
set -exo pipefail
kubectl wait --for=condition=complete \
--timeout=120s \
job/bootstrap \
-n keramik-$THIS_TEST
-n keramik-${THIS_TEST}
- name: Cleanup
if: always()
Expand Down

0 comments on commit 413cf97

Please sign in to comment.