Skip to content

Commit

Permalink
Merge pull request #5125 from systeminit/fix/api-test-retry-condition
Browse files Browse the repository at this point in the history
fix: retry case on api tests exiting with wrong exit code
  • Loading branch information
johnrwatson authored Dec 12, 2024
2 parents bae71c3 + 4005d12 commit f2e80a1
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 f2e80a1

Please sign in to comment.