Skip to content

Commit fe2e841

Browse files
ci: update test publish plugin
1 parent d3d472c commit fe2e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
flags: unit
4141

4242
- name: Publish Unit Test Results
43-
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
43+
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v2
4444
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
47-
files: ./**/build/test-results/**/*.xml
47+
junit_files: ./**/build/test-results/**/*.xml

0 commit comments

Comments
 (0)