diff --git a/.circleci/config.yml b/.circleci/config.yml index 21217a3..84b2625 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,4 +22,6 @@ jobs: - run: name: $ bake //ci command: | - cd tests && bats circleci tests glob "*.bats" + # circleci tests split <(ls *.bats) + cd tests + circleci tests glob ".bats" | circleci tests split | xargs bats