Skip to content

Commit

Permalink
Split summary and exit (kkrt-labs#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored and Quentash committed Sep 27, 2023
1 parent 6559393 commit ca365c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gas_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ jobs:
result=$(python scripts/compare_snapshot.py 2>&1)
exit_code=$?
echo "$result" >> "$GITHUB_STEP_SUMMARY"
exit $exit_code
echo "{exit_code}=$exit_code" >> $GITHUB_OUTPUT
- name: Exit step based on exit_code
run: exit ${{ steps.run-script.outputs.exit_code }}

0 comments on commit ca365c1

Please sign in to comment.