diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index 927605744..75fc89a4d 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -112,9 +112,9 @@ jobs: uses: mosteo-actions/docker-run@v1 with: image: ghcr.io/mwilck/multipath-build-${{ matrix.os }} - guest-dir: ${{ github.workspace }} + guest-dir: /__w/multipath-tools host-dir: ${{ github.workspace }} - params: --workdir ${{ github.workspace }} --privileged -v /dev/ram0:/dev/ram0 + params: --workdir /__w/multipath-tools --privileged -v /dev/ram0:/dev/ram0 command: -C tests DIO_TEST_DEV=/dev/ram0 id: root-test continue-on-error: true @@ -122,4 +122,4 @@ jobs: run: for o in tests/*.out; do echo "===== $o ====="; cat "$o"; done - name: fail run: /bin/false - if: ${{ steps.root.test.outcome == 'failure' }} + if: ${{ steps.root-test.outcome == 'failure' }}