Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Failing after 24s

This commit is contained in:
2025-07-18 02:13:36 +02:00
parent 6d09cee3b8
commit e849c3829f
-1
View File
@@ -114,7 +114,6 @@ jobs:
--input ci-reports/markdown/pytest-report.json \
--output ci-reports/markdown/TEST-REPORT.md \
--params ci-reports/markdown/runtime_params.json \
--exit-code $exit_code > ci-reports/markdown/md-report.log 2>&1 && {
echo "✅ Tests markdown generated"
} || {
echo "⚠️ Tests markdown generation failed"