Skip to content

Commit

Permalink
CI: fix runtime testing for non master branch
Browse files Browse the repository at this point in the history
The runtime testing always ran on master branch aka snapshots since the
branch wasn't passed over to the container execution!

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Jan 14, 2022
1 parent eeeb4a4 commit f535d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
run: |
docker build -t test-container --build-arg ARCH .github/workflows/
env:
ARCH: ${{ matrix.arch }}
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}

- name: Test via Docker container
if: ${{ matrix.runtime_test }}
Expand Down

0 comments on commit f535d77

Please sign in to comment.