Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen committed Dec 6, 2024
1 parent 2258c02 commit e70110b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
trap 'kill $TAIL1' EXIT
for i in {1..100}; do
nodes=$(curl http://localhost:52415/topology | $(which jq) '.nodes | length')
nodes=$(curl http://localhost:52415/topology | jq ".nodes | length")
if [ "$nodes" -eq "${{ strategy.job-total }}" ]; then
break
fi
Expand Down

0 comments on commit e70110b

Please sign in to comment.