Skip to content

Commit 477212b

Browse files
committed
update
1 parent bd07dfd commit 477212b

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.github/workflows/release.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,12 @@ jobs:
580580
chmod +x target/release/astar-collator
581581
mv target/release/astar-collator third-party/zombienet
582582
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
584588
working-directory: third-party/zombienet
585589
env:
586590
CHAIN: ${{ matrix.chain }}
587-
run: ./smoke.sh
591+
run: zombienet -p native test smoke.zndsl

third-party/zombienet/smoke.sh third-party/zombienet/setup.sh

-9
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,3 @@ while ps $SETUP_PID > /dev/null ; do
3232
sleep 1
3333
done
3434
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

0 commit comments

Comments
 (0)