Skip to content

Commit 9c9a2dc

Browse files
authored
fix(ci): network-test timing (#10725)
1 parent a50ff6c commit 9c9a2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
- run: "echo Full E2E tests enabled."
216216

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

686686
network-full-test:
687-
needs: [network-test-gate, configure]
687+
needs: [network-test-gate, network-transfer-test, configure]
688688
runs-on: ${{ needs.configure.outputs.username }}-x86
689689
strategy:
690690
max-parallel: 1

0 commit comments

Comments
 (0)