rm dev changes
This commit is contained in:
parent
bfa7724c25
commit
3603e55bd5
@ -9,7 +9,7 @@ on:
|
|||||||
- ci-test
|
- ci-test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SO_VERSION: roy/fnet-eth-deneb-upgrade # TODO update after PR merged
|
SO_VERSION: v1.1.0-87fffca-202404110321
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
@ -44,21 +44,10 @@ jobs:
|
|||||||
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local
|
docker build ./plugeth-statediff -t cerc/plugeth-statediff:local
|
||||||
docker build ./plugeth -t cerc/plugeth:local
|
docker build ./plugeth -t cerc/plugeth:local
|
||||||
|
|
||||||
- name: "Checkout stack-orchestrator"
|
- name: Install stack-orchestrator
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: cerc-io/stack-orchestrator
|
|
||||||
ref: ${{ env.SO_VERSION }}
|
|
||||||
path: ./stack-orchestrator
|
|
||||||
- name: "Install stack-orchestrator"
|
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3-pip
|
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
||||||
pip3 install -e ./stack-orchestrator
|
chmod +x laconic-so
|
||||||
# TODO replace after PR merged
|
|
||||||
# - name: Install stack-orchestrator
|
|
||||||
# run: |
|
|
||||||
# curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
|
||||||
# chmod +x laconic-so
|
|
||||||
- name: Clone system-tests
|
- name: Clone system-tests
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user