Skip to content

Commit

Permalink
fixup! GitHub workflows: native.yml: run root tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilck committed Jul 10, 2024
1 parent 10566c0 commit d61b075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ jobs:
run: cpio -idv < native-${{ matrix.os }}/test-progs.cpio
if: ${{ matrix.os == 'opensuse-leap' }}
- name: unpack binary archive
run: tar xvm native-${{ matrix.os }}/test-progs.tar
run: tar xfmv native-${{ matrix.os }}/test-progs.tar
if: ${{ matrix.os != 'opensuse-leap' }}

- name: run root tests
uses: mosteo-actions/docker-run@v1
with:
image: ghcr.io/mwilck/multipath-run-debian-${{ matrix.os }}
image: ghcr.io/mwilck/multipath-run-${{ matrix.os }}
guest-dir: /build
host-dir: ${{ github.workspace }}
params: --privileged -v /dev/ram0:/dev/ram0
Expand Down

0 comments on commit d61b075

Please sign in to comment.