Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix: heartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Apr 30, 2024
1 parent a6c05e3 commit 9532f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_group_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: cargo build
- name: Wait for server
run: |
until curl --output /dev/null --silent --head --fail $SERVER_URL/; do
until curl --output /dev/null --silent --head --fail $SERVER_URL/heartbeat; do
printf '.'
sleep 5
done
Expand Down

0 comments on commit 9532f56

Please sign in to comment.