Skip to content

Commit

Permalink
Force generating summary if there is single results file and onlySumm…
Browse files Browse the repository at this point in the history
…ary is enabled
  • Loading branch information
dorny committed Jun 22, 2021
1 parent 17e7932 commit 2ac8b44
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 172 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ jobs:
# mocha-json
reporter: ''
# Allows you to generate only the summary.
# If enabled, the report will contain a table listing each test results file and the number of passed, failed, and skipped tests.
# Detailed listing of test suites and test cases will be skipped.
only-summary: 'false'
# Limits which test suites are listed:
# all
# failed
Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ inputs:
description: Relative path under $GITHUB_WORKSPACE where the repository was checked out
required: false
only-summary:
description: allows you to generate the summary only.
description: |
Allows you to generate only the summary.
If enabled, the report will contain a table listing each test results file and the number of passed, failed, and skipped tests.
Detailed listing of test suites and test cases will be skipped.
default: 'false'
required: false
token:
Expand Down
Loading

0 comments on commit 2ac8b44

Please sign in to comment.