diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 52226151c..71fa7ca28 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -104,7 +104,7 @@ jobs: then errors_table["$error"]="$file " else - errors_table["$error"]=", ${errors_table[$error]} $file " + errors_table["$error"]=" ${errors_table[$error]}, $file " fi done < <(grep -noR "ERROR:.*" logs/citus)