From 5e94a184c8f144b903cf30c32ebdea1f794861b9 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 8 Jul 2025 14:30:28 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 723ba20c..e0dd6508 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -48,7 +48,7 @@ jobs: pip install --upgrade pip pip install pytest pytest-md-report mkdir -p ci-reports/markdown - pytest --md-report --md-report-file=ci-reports/markdown/static-report.md + pytest --md-report > ci-reports/markdown/static-report.md - name: Commit and push markdown report to Gitea