Skip to content

Commit 57bf376

Browse files
authored
Update system-tests-merge.yaml
1 parent c36f8dd commit 57bf376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/system-tests-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
output=$(grep "^[ A-Z]" ./src/main/java/io/kroxylicious/systemtests/enums/KafkaClientType.java | grep -v "\*")
5454
output="${output##*( )}"
55-
TEST_CLIENTS="[$(echo $output | tr '[:upper:]' '[:lower:]')]"
55+
TEST_CLIENTS="[$( echo $output | tr '[:upper:]' '[:lower:]' | sed 's/, */,/g' | sed 's/[^,]*/"&"/g')]"
5656
echo $TEST_CLIENTS
5757
#TEST_CLIENTS="['strimzi_test_client', 'python_test_client', 'kaf', 'kcat']"
5858
echo "test_clients=$TEST_CLIENTS" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)