Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent e59efe6 commit 7e6d7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ jobs:
- name: Download runtime
uses: actions/download-artifact@v3
with:
name: creditcoin_node_runtime.compact.compressed.wasm
name: creditcoin_node_runtime.compact.compressed.wasm
path: target/release

- name: Import blocks
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:
run: |
pushd ./creditcoin-js/ && yarn install && yarn pack && popd || exit 1
yarn --cwd ./scripts/js upgrade 'creditcoin-js'
yarn --cwd ./scripts/js runtimeUpgrade ws://127.0.0.1:9944 ./target/release/creditcoin_node_runtime.compact.compressed.wasm //Alice
yarn --cwd ./scripts/js runtimeUpgrade ws://127.0.0.1:9944 ./target/release/creditcoin_node_runtime.compact.compressed.wasm //Alice
yarn --cwd ./scripts/js switchToPos ws://127.0.0.1:9944 //Alice
- name: Wait for finalized blocks to catch-up
Expand Down

0 comments on commit 7e6d7e0

Please sign in to comment.