Skip to content

Commit

Permalink
Check incrementation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmin764 committed Nov 6, 2024
1 parent e139605 commit 03194b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++))
Expand Down

0 comments on commit 03194b6

Please sign in to comment.