From 3551a813aacad7d903141d8320aa66c6ad2d7040 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 9 Jul 2024 16:11:18 +0800 Subject: [PATCH] [wip] use patched system-tests --- .gitea/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index e203eec..03068ca 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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