ci: Fix another place with excessive logging in server build
This commit is contained in:
parent
fecb1a7202
commit
30f8eddc29
2
.github/workflows/server-build.yml
vendored
2
.github/workflows/server-build.yml
vendored
|
|
@ -187,7 +187,7 @@ jobs:
|
||||||
echo "Report files found:"
|
echo "Report files found:"
|
||||||
find . -type f -name 'TEST-*.xml'
|
find . -type f -name 'TEST-*.xml'
|
||||||
echo "Test case failure lines:"
|
echo "Test case failure lines:"
|
||||||
grep -oB1 'failure' $(find . -type f -name 'TEST-*.xml')
|
grep -FoB1 '<failure ' $(find . -type f -name 'TEST-*.xml') || true
|
||||||
if [[ -s failed-server-tests.txt ]]; then
|
if [[ -s failed-server-tests.txt ]]; then
|
||||||
content="$(
|
content="$(
|
||||||
echo "## Failed server tests"
|
echo "## Failed server tests"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user