Skip to content

Commit

Permalink
disable fail fast for the moment to let linux and windows build
Browse files Browse the repository at this point in the history
mac errors due to gradle dependecny fetching error
  • Loading branch information
Siedlerchr committed Mar 14, 2020
1 parent 571a051 commit ce7bb89
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 @@ -18,7 +18,7 @@ on:
jobs:
build:
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
Expand Down

0 comments on commit ce7bb89

Please sign in to comment.