From 4497a9fbfe7bda87c687236ed896435f8ff8ad2a Mon Sep 17 00:00:00 2001 From: Andrei Zhidelev <169074588+andrei-neon@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:27:37 +0200 Subject: [PATCH] fix --- .github/workflows/dapps_reusable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dapps_reusable.yml b/.github/workflows/dapps_reusable.yml index d96cabbbc..f41751617 100644 --- a/.github/workflows/dapps_reusable.yml +++ b/.github/workflows/dapps_reusable.yml @@ -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