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 46e22c2 commit 6a7e49cCopy full SHA for 6a7e49c
1 file changed
.github/workflows/build.yml
@@ -40,4 +40,5 @@ jobs:
40
uses: mikepenz/action-junit-report@v5
41
if: success() || failure()
42
with:
43
- report_paths: 'build/test-results/test/TEST-*.xml'
+ report_paths: 'build/test-results/test/TEST-*.xml'
44
+ token: {{ secrets.CI_PAT }}
0 commit comments