We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddafa6 commit cf26bfcCopy full SHA for cf26bfc
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
npm ci --unsafe-perm
37
npm run build
38
npm run coverage-node
39
+ npm run coverage-merge
40
+ npm run coverage-check
41
- name: Test compliance
42
env:
43
NODE_OPTIONS: "--max-old-space-size=4096"
0 commit comments