From 5498957c81d99596bcdd71cff0f794c71032599f Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 9 Jul 2025 16:33:39 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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