Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 38s

This commit is contained in:
2025-07-14 15:42:04 +02:00
parent 42d67ad78e
commit 2a6a237e4e
+1 -1
View File
@@ -111,7 +111,7 @@ jobs:
} || {
echo ""
echo "⚠️ Some tests failed"
grep -iE 'failed|error|xfailed|xpassed|skipped' ci-reports/markdown/raw-test-output.log || true
grep -E '^(FAILED|ERROR|XFAIL|XPASS|SKIPPED) tests[\\/]' ci-reports/markdown/raw-test-output.log || true
}
echo ""