mirror of
https://github.com/git/git
synced 2024-11-05 01:58:18 +00:00
Merge branch 'pb/ci-github-skip-logs-for-broken-tests'
GitHub CI update. * pb/ci-github-skip-logs-for-broken-tests: ci(github): also skip logs of broken test cases
This commit is contained in:
commit
262fa1e968
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ finalize_test_case_output () {
|
|||
fixed)
|
||||
echo >>$github_markup_output "::notice::fixed: $this_test.$test_count $1"
|
||||
;;
|
||||
ok)
|
||||
# Exit without printing the "ok" tests
|
||||
ok|broken)
|
||||
# Exit without printing the "ok" or ""broken" tests
|
||||
return
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue