Skip to content

Commit

Permalink
ci(tests): add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Oct 26, 2023
1 parent 65ceff3 commit d92718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
echo "HTTP status code $response is not valid for $ip"
fi
echo "Attempts $attempts"
((attempts++))
attempts=$(( $attempts + 1 ))
echo "sleep"
sleep 3
done
Expand Down

0 comments on commit d92718f

Please sign in to comment.