Skip to content

Commit d6c78ae

Browse files
ci: update fetch depth and upload fail conditions (#197)
1 parent 13fe861 commit d6c78ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
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

0 commit comments

Comments
 (0)