mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
Continue install tests if one fails
This commit is contained in:
parent
f0b42abd88
commit
d7af9bbccb
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
||||
name: Test installation on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["ubuntu-20.04", "ubuntu-22.04"]
|
||||
steps:
|
||||
@ -43,6 +44,7 @@ jobs:
|
||||
image: ${{ matrix.os }}
|
||||
options: --privileged --mount type=bind,source=/,target=/host
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: ["rockylinux:8", "almalinux:8"]
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user