Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 50s

This commit is contained in:
2025-07-08 14:30:28 +02:00
parent 868aa3054c
commit 5e94a184c8
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
pip install --upgrade pip
pip install pytest pytest-md-report
mkdir -p ci-reports/markdown
pytest --md-report --md-report-file=ci-reports/markdown/static-report.md
pytest --md-report > ci-reports/markdown/static-report.md
- name: Commit and push markdown report to Gitea