Skip to content

Commit b13ee2d

Browse files
committed
ci: disable fail-fast on matrix jobs
1 parent 377ed7d commit b13ee2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [windows, macos, ubuntu]
26+
fail-fast: false
2627
runs-on: ${{ matrix.os }}-latest
2728
steps:
2829
# Checkout the repository

0 commit comments

Comments
 (0)