Skip to content

Commit

Permalink
CI: dont fail fast (#71)
Browse files Browse the repository at this point in the history
Pull request: #71
  • Loading branch information
lefou authored Sep 1, 2022
1 parent 2d81789 commit d9888da
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 @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java-version: [8, 11]
Expand Down

0 comments on commit d9888da

Please sign in to comment.