From ac25a64cb45f96c852f408088d02485bc6c54a05 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 30 May 2024 11:12:24 +0000 Subject: [PATCH] Fix CI tests (#1) Reviewed-on: https://git.vdb.to/cerc-io/eth-blob-indexer/pulls/1 --- .gitea/workflows/test.yml | 3 +-- scripts/integration-setup.sh | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index b66a479..14ab979 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -43,14 +43,13 @@ jobs: repository: cerc-io/system-tests ref: ${{ env.SYSTEM_TESTS_REF }} path: ./system-tests + token: ${{ secrets.CICD_REPO_TOKEN }} - name: "Install pytest" working-directory: ./system-tests run: pip3 install pytest - name: "Run fixturenet stack" run: ./scripts/integration-setup.sh - env: - SKIP_BUILD: 1 - name: "Run server" run: docker compose -f test/compose.yml up --wait --quiet-pull - name: "Run tests" diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index af3f531..8b5d4f1 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -20,8 +20,6 @@ set -x if [[ -z $SKIP_BUILD ]]; then $laconic_so setup-repositories $laconic_so build-containers -else - $laconic_so fetch-containers --image-registry gitea.local:5555 fi $laconic_so deploy \