Skip to content

Commit 3286efa

Browse files
committed
ci(publish): skip broken yarn audit step
1 parent 0a537d9 commit 3286efa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/npmjs-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ jobs:
272272
targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911
273273

274274
- name: Run yarn audit
275+
continue-on-error: true
275276
run: retry --up-to 2x --every 3s -- yarn run audit-high --retry-on-network-failure
276277

277278
- name: Run dependency check

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
targets: EricCrosson/retry@v1.4.8:sha256-d207746ff0eda67c706df25e88c02520f0cf3172279eb8eec8224fb0d3558911
4343

4444
- name: Audit Dependencies
45+
continue-on-error: true
4546
run: retry --up-to 2x --every 3s -- yarn run improved-yarn-audit --min-severity high --retry-on-network-failure
4647

4748
- name: Set Environment Variable for Alpha

0 commit comments

Comments
 (0)