diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5534b81a..8b93dacc 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -115,6 +115,7 @@ jobs: --output ci-reports/markdown/TEST-REPORT.md \ --log ci-reports/markdown/raw-test-output.log \ --json ci-reports/markdown/pytest-report.json \ + --params ci-reports/markdown/runtime_params.json \ --exit-code $exit_code > ci-reports/markdown/md-report.log 2>&1 && { echo "✅ Tests markdown generated" } || {