Skip to content

Commit 184845c

Browse files
committed
- fix README and add missing config option
- FIX #1320
1 parent 97744ec commit 184845c

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 can not 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)