Skip to content

Commit

Permalink
feat: update workflow step for test report generation with
Browse files Browse the repository at this point in the history
new option
  • Loading branch information
sirishgf committed Jan 2, 2024
1 parent 7c047cf commit 7ac54cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
if: success() || failure()
with:
report_paths: 'test.xml'
check_name: 'Test report'
require_passed_tests: true
detailed_summary: true
include_passed: true

0 comments on commit 7ac54cd

Please sign in to comment.