Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 31d7139

Browse files
ci: upgrade publish-unit-test-result to 1.23
to find where was the breaking change
1 parent e2a6184 commit 31d7139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
shell: cmd
6666
run: gradlew --info check
6767
- name: Publish Unit Test Results
68-
uses: EnricoMi/publish-unit-test-result-action/composite@v1.22
68+
uses: EnricoMi/publish-unit-test-result-action/composite@v1.23
6969
if: always() && matrix.os != 'ubuntu-latest'
7070
with:
7171
files: '**/build/test-results/**/*.xml'

0 commit comments

Comments
 (0)