From 744d20f1af7d7946cc9ec0e2f8e4814e48d0243e Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 9 Jul 2025 16:16:50 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 0fa9cec5..5e22c7c6 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -56,8 +56,7 @@ jobs: --cov-report=html:ci-reports/coverage/ \ --alluredir=allure-results \ --md-report \ - --md-report-flavor gfm \ - --md-report-output ci-reports/markdown/test-full.md || true + --md-report-output=ci-reports/markdown/test-full.md || true allure generate allure-results -o ci-reports/allure --clean || true