Skip to content

Commit a15035b

Browse files
ci: ignore error in unit test result publish
1 parent 4fab2c8 commit a15035b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146

147147
- name: Publish Unit Test Results
148148
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
149+
continue-on-error: true
149150
with:
150151
github_token: ${{ secrets.GITHUB_TOKEN }}
151152
files: artifacts/**/*.xml

0 commit comments

Comments
 (0)