Skip to content

Commit

Permalink
i give up
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jan 1, 2024
1 parent 9a6e1e6 commit 9b89705
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,10 @@ jobs:
mkdir -p polkadot-sdk/target/release
wget -O ./polkadot-sdk/target/release/polkadot -q --show-progress 'https://dl.dropbox.com/scl/fi/fe2l45wwqqs78f68lcv4l/polkadot?rlkey=jgqeughfm0ce8g9torlfzj2md&dl=0'
# install zombienet
cd hyperbridge/scripts
sudo chmod -R 755 $HOME/
wget -O $HOME/zombienet -q --show-progress https://github.com/paritytech/zombienet/releases/download/v1.3.89/zombienet-linux-x64
cd zombienet
cd hyperbridge/scripts/zombienet
wget -O ./zombienet -q --show-progress https://github.com/paritytech/zombienet/releases/download/v1.3.89/zombienet-linux-x64
# spawn devnet
$HOME/zombienet spawn --provider native ./local-testnet.toml
./zombienet spawn --provider native ./local-testnet.toml
../wait_for_tcp_port_opening.sh localhost 9944
../wait_for_tcp_port_opening.sh localhost 9988
Expand Down

0 comments on commit 9b89705

Please sign in to comment.