Skip to content

Commit

Permalink
change zombienet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Oct 17, 2023
1 parent e1c3dca commit c5ec4be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,11 @@ jobs:
run: |
cd test
bun moonwall download moonbeam latest ./tmp
bun moonwall download polkadot latest ./tmp
bun moonwall download polkadot-execute-worker latest ./tmp
bun moonwall download polkadot-prepare-worker latest ./tmp
# Change these to latest once MB is compatible with 1.2.0
bun moonwall download polkadot 1.1.0 ./tmp
bun moonwall download polkadot-execute-worker 1.1.0 ./tmp
bun moonwall download polkadot-prepare-worker 1.1.0 ./tmp
- name: Run standard zombie test
run: |
cd test
Expand Down

0 comments on commit c5ec4be

Please sign in to comment.