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