Update eth-testing fixtures #28
@ -9,9 +9,9 @@ on:
|
||||
- ci-test
|
||||
|
||||
env:
|
||||
SO_VERSION: roysc/fix-various
|
||||
FIXTURENET_ETH_STACKS_VERSION: plugeth-stack
|
||||
SYSTEM_TESTS_VERSION: roysc/geth-upgrade
|
||||
SO_VERSION: v1.1.0-36d4969-202407091537
|
||||
FIXTURENET_ETH_STACKS_VERSION: 0d63b95
|
||||
SYSTEM_TESTS_VERSION: b4ca942
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
@ -54,18 +54,10 @@ jobs:
|
||||
- name: "Print Python version"
|
||||
run: python3 --version
|
||||
- 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
|
||||
# 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
|
||||
run: |
|
||||
curl -L -O https://github.com/cerc-io/stack-orchestrator/releases/download/$SO_VERSION/laconic-so
|
||||
chmod +x laconic-so
|
||||
echo PATH="$PATH:$(pwd)" >> $GITHUB_ENV
|
||||
- name: Clone system-tests
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
@ -95,10 +87,11 @@ jobs:
|
||||
name: Run compliance tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: ./plugeth-statediff
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check out compliance tests
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: cerc-io/eth-statediff-compliance
|
||||
ref: v0.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user