From bbc0756b653b6df1075bb3d3acce14d80517ec68 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 06:37:28 -0400 Subject: [PATCH] xargs --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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