Skip to content

Commit

Permalink
Try continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 27, 2023
1 parent 43cd6dd commit 1cbc2fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gas_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
id: run-script
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
continue-on-error: true
run: |
result=$(python tmp.py 2>&1)
exit_code=$?
Expand Down

0 comments on commit 1cbc2fe

Please sign in to comment.