We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377ed7d commit b13ee2dCopy full SHA for b13ee2d
.github/workflows/build-and-deploy.yml
@@ -23,6 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [windows, macos, ubuntu]
26
+ fail-fast: false
27
runs-on: ${{ matrix.os }}-latest
28
steps:
29
# Checkout the repository
0 commit comments