From c8bd3641ea87d897d5a44446f6c9c5bdb72769b4 Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Thu, 6 Jul 2023 16:39:42 -0600 Subject: [PATCH] fix image build ref --- .github/workflows/e2e-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index 73bf8711..1b7b768e 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -21,7 +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.base_ref }} # source code ref + git-ref: ${{ github.head_ref }} # source code ref # Heighliner chains.yaml config chain: noble @@ -63,4 +63,4 @@ jobs: run: docker image load -i ${{ env.TAR_PATH }} - name: run test - run: make ${{ matrix.test }} \ No newline at end of file + run: make ${{ matrix.test }}