Skip to content

Commit

Permalink
ci: don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 26, 2023
1 parent c37232d commit 47eb4d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [[ubuntu-latest], [macos-latest], [self-hosted, macOS]]
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -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) }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 47eb4d1

Please sign in to comment.