update refs
Some checks failed
Test / Run integration tests (pull_request) Failing after 6m32s
Test / Run compliance tests (pull_request) Successful in 3m24s
Test / Run unit tests (pull_request) Successful in 12m15s

This commit is contained in:
Roy Crihfield 2024-04-11 11:44:26 +08:00
parent 3603e55bd5
commit e79ebafac8

View File

@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cerc-io/plugeth
ref: aa7607d4ad25988cd055381b9bd590dd397b3329 # TODO update after PR
ref: v1.13.14-cerc-0
path: ./plugeth
- name: Build docker image
run: |
@ -52,16 +52,18 @@ jobs:
uses: actions/checkout@v3
with:
repository: cerc-io/system-tests
ref: roy/bump-web3 # TODO update
path: ./system-tests
token: ${{ secrets.CICD_REPO_TOKEN }}
- name: Run testnet stack
working-directory: ./plugeth-statediff
env:
LACONIC_SO: laconic-so
LACONIC_SO: ../laconic-so
run: ./scripts/integration-setup.sh
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Run tests
working-directory: ./system-tests
run: |
@ -79,7 +81,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: cerc-io/eth-statediff-compliance
ref: update-geth # TODO update
ref: v0.2.0
path: ./eth-statediff-compliance
token: ${{ secrets.CICD_REPO_TOKEN }}
- uses: actions/setup-go@v4