diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 1fd07a8ca..51940249a 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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: