Commit 9c9a2dc 1 parent a50ff6c commit 9c9a2dc Copy full SHA for 9c9a2dc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ jobs:
215
215
- run : " echo Full E2E tests enabled."
216
216
217
217
network-test-gate :
218
- needs : [build, configure]
218
+ needs : [build, yarn-project-test, configure]
219
219
if : github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all')
220
220
runs-on : ubuntu-20.04
221
221
steps :
@@ -684,7 +684,7 @@ jobs:
684
684
run : sudo shutdown -P 60 ; earthly-ci --no-output ./yarn-project/+network-test --test=./test-transfer.sh
685
685
686
686
network-full-test :
687
- needs : [network-test-gate, configure]
687
+ needs : [network-test-gate, network-transfer-test, configure]
688
688
runs-on : ${{ needs.configure.outputs.username }}-x86
689
689
strategy :
690
690
max-parallel : 1
You can’t perform that action at this time.
0 commit comments