Skip to content

Commit

Permalink
wait for machines to boot
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Nov 23, 2023
1 parent 402ab9d commit 3afb77c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
- name: Download dependencies
run: npm ci
working-directory: perf/runner
- name: wait for machines to boot
run: sleep 5
working-directory: perf/runner
- name: Run tests
env:
SERVER_IP: ${{ steps.server.outputs.stdout }}
Expand Down

0 comments on commit 3afb77c

Please sign in to comment.