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