From 2766ac6599577cd2a14ca2b1595bb1c2cbca34ab Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 10:30:31 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 763db3305..8163dd292 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -91,13 +91,10 @@ jobs: set -e - # Checking for runtime_params.json before proceeding - echo "📄 Checking runtime_params.json..." if [ -f ci-reports/markdown/runtime_params.json ]; then - echo "✅ runtime_params.json found!" cat ci-reports/markdown/runtime_params.json else - echo "❌ runtime_params.json not found" + echo "❌ runtime_params.json not found to get tests parameters" fi echo "📦 Pytest exit code: $exit_code"