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 4497a9f commit 211d4ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dapps_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,10 @@ jobs:
name: uniswap-v4-report
path: uniswap-v4-report.json
- name: Check exit code
if: always() && env.exit_code != 0
run: |
if [ $exit_code -ne 0 ]; then
echo "Uniswap v4 tests failed"
exit 1
fi
echo "Uniswap v4 tests failed"
exit 1
saddle:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 211d4ba

Please sign in to comment.