Skip to content

Commit

Permalink
Hmmm, not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrwatson committed Dec 9, 2024
1 parent 8ddb718 commit 03bac31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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_OUTPUT"
echo "last_exit_code=$exit_code" >> "$GITHUB_ENV"
exit 53
fi
Expand All @@ -133,7 +133,7 @@ jobs:
exit_code=1
fi
echo "last_exit_code=$exit_code" >> "$GITHUB_OUTPUT"
echo "last_exit_code=$exit_code" >> "$GITHUB_ENV"
exit $last_exit_code
- name: Upload artifact if exit code 53
Expand Down

0 comments on commit 03bac31

Please sign in to comment.