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 d3d472c commit fe2e841Copy full SHA for fe2e841
.github/workflows/pr-test.yml
@@ -40,8 +40,8 @@ jobs:
40
flags: unit
41
42
- name: Publish Unit Test Results
43
- uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
+ uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v2
44
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
45
with:
46
github_token: ${{ secrets.GITHUB_TOKEN }}
47
- files: ./**/build/test-results/**/*.xml
+ junit_files: ./**/build/test-results/**/*.xml
0 commit comments