Skip to content

Commit 35ac5ba

Browse files
author
root
committed
continue running all ci-workflows if one matrix-job fails
1 parent 4a8ac67 commit 35ac5ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
NODE_VERSION: 10
2929
- name: Node 12.12.0
3030
NODE_VERSION: 12.12.0
31+
fail-fast: false
3132
name: ${{ matrix.name }}
3233
timeout-minutes: 30
3334
runs-on: ubuntu-18.04
@@ -107,4 +108,4 @@ jobs:
107108
- run: npm run coverage
108109
env:
109110
CI: true
110-
- run: bash <(curl -s https://codecov.io/bash)
111+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)