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

This commit is contained in:
2025-07-08 14:16:11 +02:00
parent 1bb9b2dc5f
commit 02e8357a07
+2 -1
View File
@@ -53,7 +53,8 @@ jobs:
- name: Generate Markdown report
run: |
mkdir -p ci-reports/markdown
pixi run pytest --md-report=ci-reports/markdown/static-report.md || true
export PATH="$HOME/.pixi/bin:$PATH"
pixi run pytest --md-report=ci-reports/markdown/static-report.md
- name: Commit and push markdown report to Gitea
run: |