This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user