Skip to content

Commit

Permalink
chore: use local
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored and boojamya committed May 28, 2024
1 parent 7df3813 commit babe770
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand All @@ -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://[email protected]/".insteadOf "https://github.com/"
ssh-keyscan github.com >> ~/.ssh/known_hosts
local: true

- name: Publish Tarball as Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit babe770

Please sign in to comment.