diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c4a318..b94bdad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: # Evaluate the outcome in a way that works with dynamic step IDs if [[ "success" == "success" ]]; then echo "✅ $step_id succeeded" - ((succeeded++)) + succeeded=$((succeeded + 1)) else echo "❌ $step_id failed" ((failed++))