Continue install tests if one fails

This commit is contained in:
Jordan Carlin 2024-07-16 00:33:56 -07:00
parent f0b42abd88
commit d7af9bbccb
No known key found for this signature in database

View File

@ -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: