Skip to content

Commit

Permalink
fix: alternative fix for api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 10, 2024
1 parent 3d2d602 commit 8566563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# Check the exit code
if [ -z "$exit_code" ]; then
echo "Deno task succeeded [ or the orchestration failed for a totally non-valid reason ]!"
break
exit 0
fi
n=$((n+1))
Expand Down

0 comments on commit 8566563

Please sign in to comment.