EnricoMi / publish-unit-test-result-action

GitHub Action to publish unit test results on GitHub
Apache License 2.0
625 stars 183 forks source link

Option "check_run" not recognized #546

Closed markusroessler closed 11 months ago

markusroessler commented 11 months ago

the documented option "check_run" doesn't seem to work. Using it emits to the following warning message:

Unexpected input(s) 'check_run', valid inputs are ['entryPoint', 'args', 'github_token', 'github_token_actor', 'github_retries', 'commit', 'check_name', 'comment_title', 'comment_mode', 'fail_on', 'action_fail', 'action_fail_on_inconclusive', 'files', 'junit_files', 'nunit_files', 'xunit_files', 'trx_files', 'time_unit', 'test_file_prefix', 'report_individual_runs', 'report_suite_logs', 'deduplicate_classes_by_file_name', 'large_files', 'ignore_runs', 'job_summary', 'compare_to_earlier_commit', 'pull_request_build', 'event_file', 'event_name', 'test_changes_limit', 'check_run_annotations', 'check_run_annotations_branch', 'seconds_between_github_reads', 'seconds_between_github_writes', 'secondary_rate_limit_wait_seconds', 'json_file', 'json_thousands_separator', 'json_suite_details', 'json_test_case_results', 'search_pull_requests']

Version: 2.11.0

Edit: Is there any other way to disable check runs?

EnricoMi commented 11 months ago

This feature has not been released yet, you are looking at the README.md of master branch. This will be released this week.

markusroessler commented 11 months ago

ah ok my bad, thank you for the info

EnricoMi commented 11 months ago

This has been released: https://github.com/EnricoMi/publish-unit-test-result-action/releases/tag/v2.12.0