Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nullpointer authored Apr 28, 2024
1 parent bf8d327 commit fa3259d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gdunit4_action/publish-test-report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ inputs:
description: 'The working directory to collect the results.'
required: true
default: './'
reporter:
description: 'The report format to build the report'
required: false
default: 'java-junit'


runs:
using: composite
Expand All @@ -18,6 +23,6 @@ runs:
with:
name: ${{ inputs.report-name }}
path: '${{ inputs.project_dir }}reports/**/results.xml'
reporter: java-junit
reporter: ${{ inputs.reporter }}
fail-on-error: 'false'
fail-on-empty: 'false'

0 comments on commit fa3259d

Please sign in to comment.