[wip] use patched system-tests

This commit is contained in:
Roy Crihfield 2024-07-09 16:11:18 +08:00
parent 2ac43eec78
commit 3551a813aa

View File

@ -11,6 +11,7 @@ on:
env:
SO_VERSION: roysc/fix-various
FIXTURENET_ETH_STACKS_VERSION: plugeth-stack
SYSTEM_TESTS_VERSION: roysc/geth-upgrade
jobs:
unit-tests:
@ -69,7 +70,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: cerc-io/system-tests
ref: v0.1.0-20240411
ref: ${{ env.SYSTEM_TESTS_VERSION }}
path: ./system-tests
token: ${{ secrets.CICD_REPO_TOKEN }}
progress: false