Skip to content

Commit

Permalink
ci: set fail-fast: false on matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed May 29, 2023
1 parent 5a71ce2 commit e92645f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows, macos, ubuntu]
jvm_version: [11, 17]
Expand Down

0 comments on commit e92645f

Please sign in to comment.