Skip to content

Commit

Permalink
update heighliner action
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jun 4, 2024
1 parent b836cc0 commit c45c8b4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21'

- name: Build Docker Image
uses: strangelove-ventures/heighliner-build-action@v1.0.2
uses: noble-assets/heighliner-build-action@d409c7b0dc2acc05a8218caad581bffae654c953
with:
registry: "" # empty registry, image only shared for e2e testing
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}}

# Heighliner chains.yaml config
chain: aura-simd
Expand Down

0 comments on commit c45c8b4

Please sign in to comment.