Git fork

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

+2 -2
+2 -2
t/test-lib-github-workflow-markup.sh
··· 42 42 fixed) 43 43 echo >>$github_markup_output "::notice::fixed: $this_test.$test_count $1" 44 44 ;; 45 - ok) 46 - # Exit without printing the "ok" tests 45 + ok|broken) 46 + # Exit without printing the "ok" or ""broken" tests 47 47 return 48 48 ;; 49 49 esac