Skip to content

Commit

Permalink
Merge pull request #295 from galacticcouncil/polkadot-v0.9.13
Browse files Browse the repository at this point in the history
chore: polkadot-v0.9.13
  • Loading branch information
mrq1911 authored Jan 13, 2022
2 parents 8e5316d + 6c9ed1c commit 32dcc38
Show file tree
Hide file tree
Showing 51 changed files with 13,029 additions and 2,738 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
name: Download relay chain binary
with:
repository: paritytech/polkadot
tag: v0.9.12
tag: v0.9.13
fileName: polkadot
out-file-path: ../polkadot/target/release
- run: chmod +x ./basilisk && ./basilisk --version
Expand All @@ -184,15 +184,9 @@ jobs:
with:
node-version: '14'
check-latest: true
- run: ./install_polkadot_launch.sh
name: Setup polkadot launch
working-directory: scripts
- run: npm install
name: Setup wait script
working-directory: scripts/wait-for-inclusion
- run: yarn start ../../rococo-local/config.json & cd ../wait-for-inclusion && npm start 200
- run: npm install && npm start
name: Launch rococo local & wait for inclusion
working-directory: scripts/polkadot-launch
working-directory: scripts/wait-for-inclusion

test-upgrade-runtime:
needs: [build, version-check]
Expand Down
Loading

0 comments on commit 32dcc38

Please sign in to comment.