Skip to content

Commit

Permalink
fix(ci): network-test timing (#10725)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Dec 13, 2024
1 parent a50ff6c commit 9c9a2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- run: "echo Full E2E tests enabled."

network-test-gate:
needs: [build, configure]
needs: [build, yarn-project-test, configure]
if: github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all')
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -684,7 +684,7 @@ jobs:
run: sudo shutdown -P 60 ; earthly-ci --no-output ./yarn-project/+network-test --test=./test-transfer.sh

network-full-test:
needs: [network-test-gate, configure]
needs: [network-test-gate, network-transfer-test, configure]
runs-on: ${{ needs.configure.outputs.username }}-x86
strategy:
max-parallel: 1
Expand Down

0 comments on commit 9c9a2dc

Please sign in to comment.