mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +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 }}
|
name: Test installation on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["ubuntu-20.04", "ubuntu-22.04"]
|
os: ["ubuntu-20.04", "ubuntu-22.04"]
|
||||||
steps:
|
steps:
|
||||||
@ -43,6 +44,7 @@ jobs:
|
|||||||
image: ${{ matrix.os }}
|
image: ${{ matrix.os }}
|
||||||
options: --privileged --mount type=bind,source=/,target=/host
|
options: --privileged --mount type=bind,source=/,target=/host
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: ["rockylinux:8", "almalinux:8"]
|
os: ["rockylinux:8", "almalinux:8"]
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user