We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2337b commit 27a70deCopy full SHA for 27a70de
.github/workflows/main.yml
@@ -1,8 +1,10 @@
1
jobs:
2
build:
3
+ continue-on-error: true
4
name: Build on Node.js ${{ matrix.node }}
5
runs-on: ubuntu-latest
6
strategy:
7
+ fail-fast: false
8
matrix:
9
node:
10
- '14.17.5'
@@ -22,9 +24,11 @@ jobs:
22
24
- name: Build
23
25
run: npm run build
26
coverage:
27
28
name: Check code coverages on Node.js ${{ matrix.node }}
29
30
31
32
33
34
@@ -50,9 +54,11 @@ jobs:
50
54
name: code-coverage-report-${{ matrix.node }}
51
55
path: coverage
52
56
example:
57
53
58
name: Run an example on Node.js ${{ matrix.node }}
59
60
61
62
63
64
0 commit comments