Update .gitea/workflows/test.yml
This commit is contained in:
@@ -68,6 +68,16 @@ jobs:
|
||||
|
||||
python generate_test_summary.py # (laisse ton script custom)
|
||||
|
||||
- name: Run pytest with JSON report
|
||||
run: |
|
||||
export PATH="$HOME/.pixi/bin:$PATH"
|
||||
source "$VIRTUAL_ENV/bin/activate"
|
||||
mkdir -p ci-reports
|
||||
pixi run pytest tests \
|
||||
--json-report \
|
||||
--json-report-file=ci-reports/pytest-report.json || true
|
||||
|
||||
|
||||
|
||||
- name: Commit and push reports in markdown format
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user