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

This commit is contained in:
2025-07-08 14:12:43 +02:00
parent 2f4f08a9a1
commit 1bb9b2dc5f
+5 -1
View File
@@ -43,8 +43,12 @@ jobs:
- name: Install pytest-md-report
run: |
export PATH="$HOME/.pixi/bin:$PATH"
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install pytest-md-report
source venv/bin/activate && pytest --md-report=ci-reports/markdown/static-report.md || true
- name: Generate Markdown report
run: |