Skip to content

Commit

Permalink
Disable fail-fast strategy for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpochyla committed May 31, 2021
1 parent 0161cc1 commit 11cec9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 11cec9d

Please sign in to comment.