We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da33fc commit ea9b1a2Copy full SHA for ea9b1a2
2 files changed
.github/workflows/integration.yml
@@ -30,6 +30,7 @@ jobs:
30
run: npm ci
31
- name: Audit packages
32
run: npm audit --audit-level=high
33
+ continue-on-error: true
34
- name: Lint and test
35
run: npm test
36
- name: Confirm integration
.github/workflows/packages_lint.yml
- name: Build
run: npm run build:packages-lib
- name: Git modified files
0 commit comments