Commit 477212b 1 parent bd07dfd commit 477212b Copy full SHA for 477212b
File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -580,8 +580,12 @@ jobs:
580
580
chmod +x target/release/astar-collator
581
581
mv target/release/astar-collator third-party/zombienet
582
582
583
- - name : Sync chain ${{ matrix.chain }}
583
+ - name : Setup zombienet
584
+ working-directory : third-party/zombienet
585
+ run : ./setup.sh
586
+
587
+ - name : ${{ matrix.chain }} build blocks
584
588
working-directory : third-party/zombienet
585
589
env :
586
590
CHAIN : ${{ matrix.chain }}
587
- run : ./ smoke.sh
591
+ run : zombienet -p native test smoke.zndsl
Original file line number Diff line number Diff line change @@ -32,12 +32,3 @@ while ps $SETUP_PID > /dev/null ; do
32
32
sleep 1
33
33
done
34
34
chmod +x polkadot polkadot-execute-worker polkadot-prepare-worker
35
-
36
- # if env.CHAIN is not set then use shibuya-dev
37
- if [[ ! -v CHAIN ]]; then
38
- export CHAIN=" shibuya-dev"
39
- fi
40
-
41
- echo " Start zombienet for $CHAIN "
42
-
43
- zombienet -p native test smoke.zndsl
You can’t perform that action at this time.
0 commit comments