From e7de27edd5c77092ef9b1c2cc63aa9249abd85f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 26 Apr 2023 17:57:03 +0100 Subject: [PATCH] ci: don't fail fast --- .github/workflows/buildtest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index c98440940..0981e4172 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -11,6 +11,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: os: [[ubuntu-latest], [macos-latest], [self-hosted, macOS]] runs-on: ${{ matrix.os }} @@ -47,6 +48,7 @@ jobs: name: example ${{ matrix.example }} (${{ join(matrix.os) }}) needs: [generate-examples] strategy: + fail-fast: false matrix: os: [[ubuntu-latest], [macos-latest], [self-hosted, macOS]] example: ${{ fromJSON(needs.generate-examples.outputs.examples) }} @@ -82,6 +84,7 @@ jobs: direnv: name: direnv (${{ join(matrix.os) }}) strategy: + fail-fast: false matrix: os: [[ubuntu-latest], [macos-latest], [self-hosted, macOS]] runs-on: ${{ matrix.os }} @@ -115,6 +118,7 @@ jobs: fish-zsh: name: zsh/fish (${{ join(matrix.os) }}) strategy: + fail-fast: false matrix: os: [[ubuntu-latest], [macos-latest], [self-hosted, macOS]] runs-on: ${{ matrix.os }}