Skip to content

Commit

Permalink
fix: retry case on api tests exiting with wrong exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 12, 2024
1 parent bae71c3 commit 4005d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
if [ $n -ge $max_retries ]; then
echo "All $max_retries attempts failed."
exit_code=1
fi
echo "last_exit_code=$exit_code" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 4005d12

Please sign in to comment.