diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7b5f02ce..33fa71ce 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -113,7 +113,6 @@ jobs: python json_to_md.py \ --input ci-reports/markdown/pytest-report.json \ --output ci-reports/markdown/TEST-REPORT.md \ - --log ci-reports/markdown/raw-test-output.log \ --params ci-reports/markdown/runtime_params.json \ --exit-code $exit_code > ci-reports/markdown/md-report.log 2>&1 && { echo "✅ Tests markdown generated"