mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-22 18:21:03 +00:00
Add polkadot and parachain node to ci
This commit is contained in:
@@ -52,6 +52,8 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cargo/bin/substrate-node
|
~/.cargo/bin/substrate-node
|
||||||
~/.cargo/bin/eth-rpc
|
~/.cargo/bin/eth-rpc
|
||||||
|
~/.cargo/bin/polkadot
|
||||||
|
~/.cargo/bin/polkadot-parachain
|
||||||
key: polkadot-binaries-${{ matrix.os }}-${{ hashFiles('polkadot-sdk/.git') }}
|
key: polkadot-binaries-${{ matrix.os }}-${{ hashFiles('polkadot-sdk/.git') }}
|
||||||
|
|
||||||
- name: Build substrate-node
|
- name: Build substrate-node
|
||||||
@@ -65,6 +67,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd polkadot-sdk
|
cd polkadot-sdk
|
||||||
cargo install --path substrate/frame/revive/rpc --bin eth-rpc
|
cargo install --path substrate/frame/revive/rpc --bin eth-rpc
|
||||||
|
|
||||||
|
- name: Build polkadot node
|
||||||
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
run: |
|
||||||
|
cd polkadot-sdk
|
||||||
|
cargo install --path ./polkadot --force --locked
|
||||||
|
|
||||||
|
- name: Build parachain node
|
||||||
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
run: |
|
||||||
|
cd polkadot-sdk
|
||||||
|
cargo install --path ./templates/parachain/node --force --locked
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
name: CI on ${{ matrix.os }}
|
name: CI on ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user