CI: add 'ethereum-upgrade' action to test contract upgrades
This commit is contained in:
parent
2c9f7c239e
commit
0018bf7250
|
@ -67,6 +67,18 @@ jobs:
|
|||
node-version: "16"
|
||||
- run: cd ethereum && make test
|
||||
|
||||
ethereum-upgrade:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "16"
|
||||
- run: cd clients/js && make install
|
||||
- run: curl -L https://foundry.paradigm.xyz | bash
|
||||
- run: $HOME/.foundry/bin/foundryup
|
||||
- run: cd ethereum && PATH=$PATH:$HOME/.foundry/bin/ make test-upgrade
|
||||
|
||||
terra:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue