Skip to content

Commit

Permalink
chore: another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 5, 2024
1 parent 918caa1 commit 0b83f36
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b83f36

Please sign in to comment.