Skip to content

Commit d13e242

Browse files
committed
Use test-reports/*.xml as path for test reports
1 parent a0797d3 commit d13e242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dagger-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dorny/[email protected]
2121
with:
2222
name: Minitests
23-
path: test/reports/*.xml
23+
path: test-reports/*.xml
2424
reporter: java-junit
2525
fail-on-empty: 'false'
2626
fail-on-error: 'true'

0 commit comments

Comments
 (0)