Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Failing after 46s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-09 16:11:44 +02:00
parent bdbbc60ed5
commit 3e465a2e68
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
--alluredir=allure-results \
--md-report \
--md-report-flavor gfm \
--md-report-output=ci-reports/markdown/test-full.md || true
--md-report-output ci-reports/markdown/test-full.md || true
allure generate allure-results -o ci-reports/allure --clean || true