Skip to content

Commit

Permalink
chore: fix git-ref in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Jan 20, 2025
1 parent 10ca8fc commit ab5c294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
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.NOBLE_DOLLAR_DEPLOY}}

# Heighliner chains.yaml config
Expand Down

0 comments on commit ab5c294

Please sign in to comment.