Skip to content

Commit

Permalink
set fail fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 20, 2020
1 parent fdb11b4 commit 2fffc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
Expand Down

0 comments on commit 2fffc7a

Please sign in to comment.