Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Apr 30, 2024
1 parent ae1e87e commit 7124b91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
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
chains-spec-file: .

# Heighliner chains.yaml config
chain: noble-forwarding-simd
dockerfile: cosmos
build-target: make build
binaries: |
- /go/src/github.com/noble-assets/forwarding/simapp/build/simd
# dockerfile: cosmos
# build-target: make build
# binaries: |
# - /go/src/github.com/noble-assets/forwarding/simapp/build/simd


- name: Publish Tarball as Artifact
Expand Down

0 comments on commit 7124b91

Please sign in to comment.