Glen 7 months ago
parent
commit
16b126d890
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -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 | $(which jq) \".nodes | length\")
             if [ "$nodes" -eq "${{ strategy.job-total }}" ]; then
               break
             fi