Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 52s
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 52s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user