From e79ebafac8a692ee67b8458912bd629817b4aa27 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 11 Apr 2024 11:44:26 +0800 Subject: [PATCH] update refs --- .gitea/workflows/test.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 41fac4e..9dd13cc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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