From 7ae41c57ff155bcc10440609dfac1421035b8453 Mon Sep 17 00:00:00 2001 From: John Murret Date: Thu, 20 Apr 2023 20:07:25 +0000 Subject: [PATCH] backport of commit 9dc70155b7873b868fddb4558441cbe151d8d7f1 --- .github/workflows/test-integrations.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index d955c98799779..2485b515d322d 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -167,7 +167,7 @@ jobs: NUM_RUNNERS=$NUM_DIRS fi # fix issue where test splitting calculation generates 1 more split than TOTAL_RUNNERS. - NUM_RUNNERS=$(($NUM_RUNNERS))-1 + NUM_RUNNERS=$(($NUM_RUNNERS-1)) echo "NUM_RUNNERS: $NUM_RUNNERS" { echo -n "envoy-matrix=" @@ -284,7 +284,7 @@ jobs: NUM_RUNNERS=$NUM_DIRS fi # fix issue where test splitting calculation generates 1 more split than TOTAL_RUNNERS. - NUM_RUNNERS=$(($NUM_RUNNERS))-1 + NUM_RUNNERS=$(($NUM_RUNNERS-1)) echo "NUM_RUNNERS: $NUM_RUNNERS" { echo -n "compatibility-matrix=" @@ -392,7 +392,7 @@ jobs: NUM_RUNNERS=$NUM_DIRS fi # fix issue where test splitting calculation generates 1 more split than TOTAL_RUNNERS. - NUM_RUNNERS=$(($NUM_RUNNERS))-1 + NUM_RUNNERS=$(($NUM_RUNNERS-1)) echo "NUM_RUNNERS: $NUM_RUNNERS" { echo -n "upgrade-matrix="