Skip to content

Commit

Permalink
Merge pull request #5100 from systeminit/fix/api-test-adjustment
Browse files Browse the repository at this point in the history
fix: typo in shell, my tower of bash failed me
  • Loading branch information
johnrwatson authored Dec 10, 2024
2 parents d5ffafd + 3d2d602 commit 5047f92
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 @@ -125,7 +125,7 @@ jobs:
fi
echo "last_exit_code=$exit_code" >> "$GITHUB_ENV"
exit "$last_exit_code"
exit "$exit_code"
- name: Upload artifact if exit code 53
if: ${{ failure() && env.last_exit_code == '53' }}
Expand Down

0 comments on commit 5047f92

Please sign in to comment.