Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 56s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-09 16:21:03 +02:00
parent a76df03128
commit 40bc7d2af8
+1 -4
View File
@@ -58,10 +58,7 @@ jobs:
pytest tests \
--md-report \
--md-report-output=ci-reports/markdown/test-full.md \
--md-report-flavor=gfm \
--md-report-tee \
--md-report-verbose=2 || true
--md-report-output=ci-reports/markdown/test-full.md || true
allure generate allure-results -o ci-reports/allure --clean || true