We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1e1c6 commit c1c47fcCopy full SHA for c1c47fc
.github/workflows/build.yml
@@ -69,7 +69,8 @@ jobs:
69
uses: EnricoMi/publish-unit-test-result-action@v2
70
with:
71
check_name: Unit Test results
72
- files: artifacts/unit-test-*/**/*.xml
+ files: |
73
+ **/TEST-*
74
75
# Builds the projects and attempts to publish a release if the current project version
76
# does not match any existing tags in the repository.
0 commit comments