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

This commit is contained in:
2025-07-10 13:59:02 +02:00
parent e3a842f7c3
commit 070f9919f8
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
python json_to_md.py \
--input ci-reports/markdown/pytest-report.json \
--output ci-reports/markdown/TEST-REPORT.md \
--allure-dir allure-results/test-cases
--allure-dir allure/data/test-cases
- name: Commit and push reports
run: |