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 5971d5c commit f6fb383
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 @@ -51,7 +51,7 @@ workflow(
action = CustomAction(
actionOwner = "dorny",
actionName = "test-reporter",
actionVersion = "1.8.0",
actionVersion = "v1.8.0",
inputs = mapOf(
"path" to "**/build/test-results/test/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 @@ -51,7 +51,7 @@ jobs:
if: '${{ always() }}'
- id: 'step-4'
name: 'Upload test reports'
uses: 'dorny/test-reporter@1.8.0'
uses: 'dorny/test-reporter@v1.8.0'
with:
path: '**/build/test-results/test/TEST-*.xml'
reporter: 'java-junit'
Expand Down

0 comments on commit f6fb383

Please sign in to comment.