Skip to content

Commit

Permalink
use forked bins
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Feb 5, 2024
1 parent 466208c commit 6f5e053
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,10 @@ jobs:
docker create --name moonbeam_container $DOCKER_TAG bash
docker cp moonbeam_container:moonbeam/moonbeam test/tmp/moonbeam_rt
docker rm -f moonbeam_container
- name: "TEMPORARY: Download forked polkadot-bins"
run: |
wget https://opslayer-dev-artifacts.s3.us-east-2.amazonaws.com/bins/moonbeam/polkadot/1.3.0/polkadot -O test/tmp/polkadot-forked-1.3
chmod +x test/tmp/polkadot-forked-1.3
- name: "Run zombie upgrade test"
run: |
cd test
Expand Down
3 changes: 1 addition & 2 deletions test/configs/zombieAlphanet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
},
"relaychain": {
"chain": "rococo-local",
"chain_spec_path": "tmp/rococo-modified-spec.json",
"default_command": "tmp/polkadot",
"default_command": "tmp/polkadot-forked-1.3",
"default_args": [
"--no-hardware-benchmarks",
"-lparachain=debug",
Expand Down
3 changes: 1 addition & 2 deletions test/configs/zombieAlphanetRpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
},
"relaychain": {
"chain": "rococo-local",
"default_command": "tmp/polkadot",
"chain_spec_path": "tmp/rococo-raw-spec.json",
"default_command": "tmp/polkadot-forked-1.3",
"default_args": [
"--no-hardware-benchmarks",
"-lparachain=debug",
Expand Down

0 comments on commit 6f5e053

Please sign in to comment.