Skip to content

Commit b9e6d49

Browse files
authored
Merge pull request #1331 from mikepenz/fix/1320
Update README
2 parents 97744ec + 03ca827 commit b9e6d49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
| `suite_regex` | REMOVED (as of v5). Instead use `check_title_template` and configure: `{{BREAD_CRUMB}}{{SUITE_NAME}}/{{TEST_NAME}}` |
8484
| `commit` | Optional. The commit SHA to update the status. This is useful when you run it with `workflow_run`. |
8585
| `fail_on_failure` | Optional. Fail the build in case of a test failure. |
86+
| `fail_on_parse_error` | Optional. Fail the build if the test report file cannot be parsed. |
8687
| `require_tests` | Optional. Fail if no test are found. |
8788
| `require_passed_tests` | Optional. Fail if no passed test are found. (This is stricter than `require_tests`, which accepts skipped tests). |
8889
| `include_passed` | Optional. By default the action will skip passed items for the annotations. Enable this flag to include them. |

0 commit comments

Comments
 (0)