Prevent a CI job failure from killing the workflow.
This commit is contained in:
parent
588f64c760
commit
00f4ba0eeb
|
@ -11,6 +11,8 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x, 13.x ]
|
||||
|
@ -31,6 +33,8 @@ jobs:
|
|||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
module: [ 'esm', 'umd' ]
|
||||
|
|
Loading…
Reference in New Issue