Skip to content

Commit

Permalink
Merge pull request #172 from TomerFi/def-vals-not-required
Browse files Browse the repository at this point in the history
fix: default-valued fields are not mandatory
  • Loading branch information
Julien Catania authored and GitHub committed Sep 22, 2023
2 parents efc4fb3 + c3f44ea commit dd9d115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@ inputs:
Limits which test suites are listed. Supported options:
- all
- only-failed
required: true
required: false
default: 'all'
list-tests:
description: |
Limits which test cases are listed. Supported options:
- all
- only-failed
- none
required: true
required: false
default: 'all'
max-annotations:
description: |
Limits number of created annotations with error message and stack trace captured during test execution.
Must be less or equal to 50.
required: true
required: false
default: '10'
fail-on-error:
description: Set this action as failed if test report contain any failed test
required: true
required: false
default: 'true'
fail-on-empty:
description: Set this action as failed if no test results were found
Expand Down

0 comments on commit dd9d115

Please sign in to comment.