diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 32065df7..16cb52a3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -88,7 +88,12 @@ jobs: set -e - + echo "📄 Checking runtime_params.json..." + if [ -f ci-reports/markdown/runtime_params.json ]; then + cat ci-reports/markdown/runtime_params.json + else + echo "❌ runtime_params.json not found" + fi echo "📦 Pytest exit code: $exit_code"