File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
2
- label : ' Acceptance Tests - mainnet'
3
3
command :
4
+ - git submodule update --init --recursive
4
5
- nix-build -A acceptanceTests.mainnet.full -o acceptance-tests-mainnet-full.sh
5
6
- echo "+++ Syncing mainnet blockchain"
6
7
- ./acceptance-tests-mainnet-full.sh
10
11
11
12
- label : ' Acceptance Tests - testnet'
12
13
command :
14
+ - git submodule update --init --recursive
13
15
- nix-build -A acceptanceTests.testnet.full -o acceptance-tests-testnet-full.sh
14
16
- echo "+++ Syncing testnet blockchain"
15
17
- ./acceptance-tests-testnet-full.sh
Original file line number Diff line number Diff line change 15
15
system : x86_64-linux
16
16
17
17
- label : ' triggerShutdown test'
18
- command : " rm -rf test-state ; nix-shell node-ipc/shell.nix --run 'node node-ipc/server.js'"
18
+ command : " git submodule update --init --recursive ; rm -rf test-state ; nix-shell node-ipc/shell.nix --run 'node node-ipc/server.js'"
19
19
agents :
20
20
system : x86_64-linux
You can’t perform that action at this time.
0 commit comments