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 f6fb383 commit 18060a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_workflow.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ workflow(
actionName = "test-reporter",
actionVersion = "v1.8.0",
inputs = mapOf(
"name" to "Junit results",
"path" to "**/build/test-results/test/TEST-*.xml",
"reporter" to "java-junit"
)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
name: 'Upload test reports'
uses: 'dorny/[email protected]'
with:
name: 'Junit results'
path: '**/build/test-results/test/TEST-*.xml'
reporter: 'java-junit'
if: '${{ failure() }}'

0 comments on commit 18060a0

Please sign in to comment.