mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
ci: if FAIL => PASS but in the intermittent list, show the info
see: https://github.com/uutils/coreutils/pull/7522#issuecomment-2744892884
This commit is contained in:
parent
a64fce8286
commit
302f7842c7
3 changed files with 563 additions and 5 deletions
4
.github/workflows/code-quality.yml
vendored
4
.github/workflows/code-quality.yml
vendored
|
@ -187,3 +187,7 @@ jobs:
|
|||
with:
|
||||
src: "./util"
|
||||
args: format --check
|
||||
- name: Run Python unit tests
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m unittest util/test_compare_test_results.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue