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:"
|
||||
find . -type f -name 'TEST-*.xml'
|
||||
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
|
||||
content="$(
|
||||
echo "## Failed server tests"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user