Skip to content

Commit 28b1196

Browse files
ci: update ci (#210)
1 parent 92259e9 commit 28b1196

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: .github/workflows/build-and-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- name: Check out code
3232
uses: actions/checkout@v2
33+
with:
34+
fetch-depth: 0
3335

3436
- name: Cache node modules
3537
uses: actions/cache@v2
@@ -53,6 +55,7 @@ jobs:
5355

5456
- name: Publish Unit Test Results
5557
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
58+
continue-on-error: true
5659
with:
5760
github_token: ${{ secrets.GITHUB_TOKEN }}
5861
files: test-results/**/*.xml

Diff for: .snyk

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.14.1
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4-
ignore:
5-
SNYK-JS-LODASH-567746:
6-
- '*':
7-
reason: no fix or usages of vulnerable method
8-
expires: 2020-09-30T00:00:00.000Z
4+
ignore: {}
95
patch: {}

0 commit comments

Comments
 (0)