File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 83
83
| `suite_regex` | REMOVED (as of v5). Instead use `check_title_template` and configure : ` {{BREAD_CRUMB}}{{SUITE_NAME}}/{{TEST_NAME}}` |
84
84
| `commit` | Optional. The commit SHA to update the status. This is useful when you run it with `workflow_run`. |
85
85
| `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. |
86
87
| `require_tests` | Optional. Fail if no test are found. |
87
88
| `require_passed_tests` | Optional. Fail if no passed test are found. (This is stricter than `require_tests`, which accepts skipped tests). |
88
89
| `include_passed` | Optional. By default the action will skip passed items for the annotations. Enable this flag to include them. |
You can’t perform that action at this time.
0 commit comments