From babe770c54e4775e6d587c9edf75d1c9dfbf22fa Mon Sep 17 00:00:00 2001 From: John Letey Date: Mon, 27 May 2024 22:25:00 +0200 Subject: [PATCH] chore: use local --- .github/workflows/e2e-tests.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index e92962a..6658397 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -15,6 +15,9 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Build Docker Image uses: strangelove-ventures/heighliner-build-action@v1.0.2 with: @@ -31,14 +34,7 @@ jobs: build-dir: simapp binaries: | - simapp/build/simd - # NOTE: This allows Heighliner access to repository. Remove once public. - pre-build: | - mkdir -p ~/.ssh - echo "${{ secrets.HEIGHLINER_KEY }}" | base64 -d > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 - apk add openssh - git config --global --add url."ssh://git@github.com/".insteadOf "https://github.com/" - ssh-keyscan github.com >> ~/.ssh/known_hosts + local: true - name: Publish Tarball as Artifact uses: actions/upload-artifact@v4