From ea0f0a8d1792e560bf662ae355774d8ce2520073 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 17 Jul 2025 10:32:22 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"