Skip to content

Commit

Permalink
Merge pull request #40 from perlpunk/shorter-lines
Browse files Browse the repository at this point in the history
ci: Shorten lines in workflow files
  • Loading branch information
okurz authored Feb 13, 2024
2 parents 8b022b9 + 64393a6 commit b61fcad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/isotovideo-check-all-test-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
5 changes: 4 additions & 1 deletion .github/workflows/isotovideo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b61fcad

Please sign in to comment.