From 0b83f36d1816a7e6eeaa6a93055fd6b5a155526b Mon Sep 17 00:00:00 2001 From: John Letey Date: Wed, 5 Jun 2024 12:15:00 +0200 Subject: [PATCH] chore: another attempt --- .github/workflows/e2e-tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 02827f8..7a5d6f7 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -16,18 +16,20 @@ jobs: runs-on: ubuntu-latest steps: - name: Build Docker Image - uses: noble-assets/heighliner-build-action@d409c7b0dc2acc05a8218caad581bffae654c953 + uses: strangelove-ventures/heighliner-build-action@v1.0.2 with: registry: "" # empty registry, image only shared for e2e testing + tag: local # emulate local environment for consistency in interchaintest cases tar-export-path: ${{ env.TAR_PATH }} # export a tarball that can be uploaded as an artifact for the e2e jobs platform: linux/amd64 # test runner architecture only git-ref: ${{ github.head_ref }} # source code ref - clone-key: ${{secrets.HEIGHLINER_KEY}} + additional-args: --clone-key ${{ secrets.HEIGHLINER_KEY }} # Heighliner chains.yaml config chain: aura-simd dockerfile: cosmos build-target: make build + build-dir: simapp binaries: | - simapp/build/simd