Skip to content

Commit 76bc3b9

Browse files
committed
chore: update publish unit tests results in workflow
1 parent b119096 commit 76bc3b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ jobs:
8585

8686
- name: Publish Unit Test Results
8787
uses: EnricoMi/publish-unit-test-result-action@v2
88+
if: (!cancelled())
8889
with:
8990
github_token: ${{ secrets.GITHUB_TOKEN }}
90-
junit_files: ./**/test-results.xml
91+
files: ./**/test-results.xml
9192

9293
code-quality:
9394
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)