[wip] use patched system-tests
This commit is contained in:
parent
2ac43eec78
commit
3551a813aa
@ -11,6 +11,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
SO_VERSION: roysc/fix-various
|
SO_VERSION: roysc/fix-various
|
||||||
FIXTURENET_ETH_STACKS_VERSION: plugeth-stack
|
FIXTURENET_ETH_STACKS_VERSION: plugeth-stack
|
||||||
|
SYSTEM_TESTS_VERSION: roysc/geth-upgrade
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
@ -69,7 +70,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: cerc-io/system-tests
|
repository: cerc-io/system-tests
|
||||||
ref: v0.1.0-20240411
|
ref: ${{ env.SYSTEM_TESTS_VERSION }}
|
||||||
path: ./system-tests
|
path: ./system-tests
|
||||||
token: ${{ secrets.CICD_REPO_TOKEN }}
|
token: ${{ secrets.CICD_REPO_TOKEN }}
|
||||||
progress: false
|
progress: false
|
||||||
|
Loading…
Reference in New Issue
Block a user