update repo refs
This commit is contained in:
parent
573ebc5934
commit
5c70017ce4
@ -9,9 +9,9 @@ on:
|
|||||||
- ci-test
|
- ci-test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SO_VERSION: roysc/fix-various
|
SO_VERSION: v1.1.0-36d4969-202407091537
|
||||||
FIXTURENET_ETH_STACKS_VERSION: plugeth-stack
|
FIXTURENET_ETH_STACKS_VERSION: 0d63b95
|
||||||
SYSTEM_TESTS_VERSION: roysc/geth-upgrade
|
SYSTEM_TESTS_VERSION: b4ca942
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
@ -54,18 +54,10 @@ jobs:
|
|||||||
- name: "Print Python version"
|
- name: "Print Python version"
|
||||||
run: python3 --version
|
run: python3 --version
|
||||||
- name: Install stack-orchestrator
|
- name: Install stack-orchestrator
|
||||||
# run: |
|
run: |
|
||||||
# curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
||||||
# chmod +x laconic-so
|
chmod +x laconic-so
|
||||||
# echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV
|
echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV
|
||||||
# FIXME: merge SO fixes and revert
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: cerc-io/stack-orchestrator
|
|
||||||
ref: ${{ env.SO_VERSION }}
|
|
||||||
path: .tools/stack-orchestrator
|
|
||||||
- name: "Install stack orchestrator"
|
|
||||||
run: pip3 install .tools/stack-orchestrator
|
|
||||||
- name: Clone system-tests
|
- name: Clone system-tests
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -95,10 +87,11 @@ jobs:
|
|||||||
name: Run compliance tests
|
name: Run compliance tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: ./plugeth-statediff
|
path: ./plugeth-statediff
|
||||||
- uses: actions/checkout@v3
|
- name: Check out compliance tests
|
||||||
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: cerc-io/eth-statediff-compliance
|
repository: cerc-io/eth-statediff-compliance
|
||||||
ref: v0.3.0
|
ref: v0.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user