From 40bc7d2af8d41dc426dc63d8faa3ef1798c6c768 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 9 Jul 2025 16:21:03 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 6d042e76..3e4140e0 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -58,10 +58,7 @@ jobs: pytest tests \ --md-report \ - --md-report-output=ci-reports/markdown/test-full.md \ - --md-report-flavor=gfm \ - --md-report-tee \ - --md-report-verbose=2 || true + --md-report-output=ci-reports/markdown/test-full.md || true allure generate allure-results -o ci-reports/allure --clean || true