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

This commit is contained in:
2025-07-15 14:00:15 +02:00
parent ae7951f362
commit f47d7aa456
-1
View File
@@ -73,7 +73,6 @@ jobs:
--json-report \
--json-report-file=ci-reports/markdown/pytest-report.json \
--html=ci-reports/markdown/pytest-report.html \
--alluredir=allure-results \
--capture=no > ci-reports/markdown/raw-test-output.log 2>&1 && {
echo "✅ Pytest completed"
echo ""