Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 24, 2024
1 parent 18060a0 commit 610758a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ workflow(
actionVersion = "v1.8.0",
inputs = mapOf(
"name" to "Junit results",
"path" to "**/build/test-results/test/TEST-*.xml",
"path" to "**/build/test-results/**/TEST-*.xml",
"reporter" to "java-junit"
)
),
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
uses: 'dorny/test-reporter@v1.8.0'
with:
name: 'Junit results'
path: '**/build/test-results/test/TEST-*.xml'
path: '**/build/test-results/**/TEST-*.xml'
reporter: 'java-junit'
if: '${{ failure() }}'

0 comments on commit 610758a

Please sign in to comment.