Skip to content

Commit

Permalink
Reduce output from action_fail (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
MPV authored Oct 8, 2023
1 parent 19b3c29 commit 38e2922
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/publish_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ def main(settings: Settings, gha: GithubAction) -> None:

if action_fail_required(conclusion, settings.action_fail, settings.action_fail_on_inconclusive):
gha.error(f'This action finished successfully, but test results have status {conclusion}.')
gha.error(f'Configuration requires this action to fail (action_fail={settings.action_fail}, '
f'action_fail_on_inconclusive={settings.action_fail_on_inconclusive}).')
sys.exit(1)


Expand Down

0 comments on commit 38e2922

Please sign in to comment.