Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed Oct 14, 2024
1 parent 605165a commit 2e08e11
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/dapps_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
steps:
- name: Launch uniswap v4 tests
id: uniswap-v4
timeout-minutes: 5
timeout-minutes: 10
env:
IMAGE: neonlabsorg/uniswap-v4:add-to-ci
run: |
Expand All @@ -215,11 +215,6 @@ jobs:
- name: Delete the uniswap-v4 container
if: always() && steps.uniswap-v4.result != 'skipped'
run: docker rm -f uniswap-v4-${{ github.run_number }}
- name: Save report
uses: actions/upload-artifact@v4
with:
name: uniswap-v4-report
path: uniswap-v4-report.json
- name: Check exit code
if: always() && env.exit_code != 0
run: |
Expand Down

0 comments on commit 2e08e11

Please sign in to comment.