mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
fix/CICD ~ (GnuTests) be more precise about failing/passing tests
This commit is contained in:
parent
cbe6396149
commit
a6e3564c5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
@ -174,7 +174,7 @@ jobs:
|
|||
for LINE in ${REF_FAILING}
|
||||
do
|
||||
if ! grep -Fxq ${LINE}<<<"${NEW_FAILING}"; then
|
||||
echo "::warning ::Congrats! The gnu test ${LINE} is now passing!"
|
||||
echo "::warning ::Congrats! The gnu test ${LINE} is no longer failing!"
|
||||
fi
|
||||
done
|
||||
for LINE in ${NEW_FAILING}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue