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

This commit is contained in:
2025-07-09 16:48:26 +02:00
parent 72b025964a
commit 2ff3a772d2
+1 -2
View File
@@ -60,8 +60,7 @@ jobs:
--md-report \
--md-report-output=ci-reports/markdown/test-full.md \
--md-report-flavor=gfm \
--md-report-verbose=2 \
--md-report-tee || true
--md-report-verbose=2 || true
allure generate allure-results -o ci-reports/allure --clean || true