diff --git a/.github/workflows/isotovideo-check-all-test-modules.yml b/.github/workflows/isotovideo-check-all-test-modules.yml index 0327a29..57bba78 100644 --- a/.github/workflows/isotovideo-check-all-test-modules.yml +++ b/.github/workflows/isotovideo-check-all-test-modules.yml @@ -8,4 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run isotovideo against test code, fail if any test module failed - run: podman run --rm -it -v .:/tests:Z --entrypoint '' registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq /bin/sh -c 'isotovideo --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests' + run: > + podman run --rm -it -v .:/tests:Z --entrypoint '' + registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq + /bin/sh -c 'isotovideo --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests' diff --git a/.github/workflows/isotovideo.yml b/.github/workflows/isotovideo.yml index edf4b87..4ba0cf2 100644 --- a/.github/workflows/isotovideo.yml +++ b/.github/workflows/isotovideo.yml @@ -8,4 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run isotovideo against test code in happy-path scenario - run: podman run --rm -it -v .:/tests:Z registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86 --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests + run: > + podman run --rm -it -v .:/tests:Z + registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86 + --exit-status-from-test-results qemu_no_kvm=1 casedir=/tests