We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d676c commit 14dd48cCopy full SHA for 14dd48c
.github/workflows/netlify-deploy.yml
@@ -233,7 +233,7 @@ jobs:
233
needs: deploy-preview
234
if: needs.deploy-preview.result == 'success'
235
strategy:
236
- fail-fast: false
+ fail-fast: true
237
matrix:
238
project: [chromium, firefox, mobile]
239
os: [ubuntu-latest]
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ${{ matrix.os }}
40
needs: test
41
42
43
44
45
0 commit comments