Merge pull request #43 from perlpunk/codespace-chown #146
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: isotovideo | |
# yamllint disable-line rule:truthy | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
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 |