diff --git a/.circleci/config.yml b/.circleci/config.yml index 2df03fd17..77ee350e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -573,7 +573,7 @@ jobs: at: . - run: name: 'Detect newly introduced tests' - command: | + command: | testForDebugging="<< parameters.test >>" if [ -z "$testForDebugging" ]; then @@ -586,7 +586,7 @@ jobs: echo "No test found." circleci-agent step halt fi - + echo export tests=\""$tests"\" >> "$BASH_ENV" source "$BASH_ENV" - run: