mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
CI: fix runtime testing for non master branch
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 <mail@aparcar.org>
(cherry picked from commit f535d77090)
This commit is contained in:
committed by
Josef Schlehofer
parent
b61f1d4850
commit
56cf18027b
2
.github/workflows/multi-arch-test-build.yml
vendored
2
.github/workflows/multi-arch-test-build.yml
vendored
@@ -93,7 +93,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 }}
|
||||
|
||||
Reference in New Issue
Block a user