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

Commit 870c3ef

Browse files
committed
chore: try to fix test result upload
1 parent 9e326e1 commit 870c3ef

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
@@ -70,7 +70,7 @@ jobs:
7070
uses: EnricoMi/publish-unit-test-result-action/composite@v1
7171
if: always() && matrix.os != 'ubuntu-latest'
7272
with:
73-
files: '**/builds/test-results/**/*.xml'
73+
files: '**/build/test-results/**/*.xml'
7474

7575
build:
7676
name: Sonar analysis

0 commit comments

Comments
 (0)