Skip to content

Commit ac7bf1f

Browse files
ci: try removing "with: files"
1 parent da53102 commit ac7bf1f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ 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.24
6969
if: always() && matrix.os != 'ubuntu-latest'
70-
with:
71-
files: '**/build/test-results/**/*.xml'
7270

7371
build:
7472
name: Sonar analysis

0 commit comments

Comments
 (0)