From d92718fa8d21ba511be730458fae7a73d9cb2062 Mon Sep 17 00:00:00 2001 From: David Donchez Date: Thu, 26 Oct 2023 14:39:48 +0200 Subject: [PATCH] ci(tests): add debug --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 902f7b16..3e8521f4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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