diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5cf002b4..0ed84831 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -56,10 +56,12 @@ jobs: --cov-report=html:ci-reports/coverage/ \ --alluredir=allure-results || true - pytest tests \ + pixi run pytest tests \ --md-report \ - --md-report-verbose=1 \ - --md-report-output=ci-reports/markdown/test-full.md || true + --md-report-output=ci-reports/markdown/test-full.md \ + --md-report-flavor=gfm \ + --md-report-verbose=2 \ + --md-report-tee || true allure generate allure-results -o ci-reports/allure --clean || true