Skip to content

Commit

Permalink
testing more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 9, 2024
1 parent 03bac31 commit 179a869
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 @@ -116,7 +116,7 @@ jobs:
# Randomly make it fail to test logic
if [[ "$(( ( RANDOM % 5 ) + 1 ))" == "3" ]]; then
echo "last_exit_code=$exit_code" >> "$GITHUB_ENV"
echo "last_exit_code=53" >> "$GITHUB_ENV"
exit 53
fi
Expand Down

0 comments on commit 179a869

Please sign in to comment.