Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed Aug 23, 2024
1 parent c35f7d7 commit 4497a9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dapps_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ jobs:
with:
name: uniswap-v4-report
path: uniswap-v4-report.json
- name: Check exit code
run: |
if [ $exit_code -ne 0 ]; then
echo "Uniswap v4 tests failed"
exit 1
fi
saddle:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 4497a9f

Please sign in to comment.