diff --git a/tasks/test.yaml b/tasks/test.yaml index b8e4703ca..b0fe8a3a6 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -55,7 +55,7 @@ tasks: actions: - cmd: | for package in $(ls src); do - if [[ ! "${EXCLUDED_PACKAGES[*]}" =~ ${package} ]]; then + if [[ ! ${EXCLUDED_PACKAGES[*]} =~ ${package} ]]; then uds run -f src/${package}/tasks.yaml validate --no-progress fi done