Update .gitea/workflows/test.yml
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s

This commit is contained in:
2025-07-18 02:04:37 +02:00
parent 99af4bce3a
commit ff92c45b68
-1
View File
@@ -113,7 +113,6 @@ jobs:
python json_to_md.py \
--input ci-reports/markdown/pytest-report.json \
--output ci-reports/markdown/TEST-REPORT.md \
--log ci-reports/markdown/raw-test-output.log \
--params ci-reports/markdown/runtime_params.json \
--exit-code $exit_code > ci-reports/markdown/md-report.log 2>&1 && {
echo "✅ Tests markdown generated"