mirror of https://github.com/citusdata/citus.git
Adds cury braces into tests variable
parent
a150de0c9f
commit
38f1cff9bd
|
@ -463,7 +463,7 @@ jobs:
|
|||
- name: Run minimal tests
|
||||
run: |-
|
||||
tests="${{ needs.test-flakyness-pre.outputs.tests }}"
|
||||
IFS=',' read -ra tests_array <<< "$tests"
|
||||
IFS=',' read -ra tests_array <<< "${tests}"
|
||||
for test in "${tests_array[@]}"
|
||||
do
|
||||
test_name=$(echo "${test}" | sed -r "s/.+\/(.+)\..+/\1/")
|
||||
|
|
Loading…
Reference in New Issue