Skip to content

Commit a54b84a

Browse files
committed
fix splitting
1 parent 5a0cd12 commit a54b84a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: Import Tests using BATS
8181
command: |
8282
export BATS_IMPORT_DEV_ORB="eddiewebb/<<pipeline.parameters.orbname>>@dev:${PR_NUMBER}"
83-
export BATS_TEST_LIST=$(bats -l test | cirleci split)
83+
export BATS_TEST_LIST=$(bats -l test | cirleci tests split | tr '\n' ' ')
8484
echo "This node will run ${BATS_TEST_LIST}"
8585
bats test
8686
- pr-comment
@@ -124,7 +124,6 @@ commands:
124124
command: |
125125
# my fork includes tets list for splitting
126126
cd /tmp && git clone https://github.com/eddiewebb/bats-core.git && cd bats-core
127-
cp
128127
./install.sh /usr/local
129128
- run:
130129
name: Install YQ

test/test_expansion.bats

-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ function setup {
5050

5151
}
5252

53-
54-
5553
@test "Default job sets block workflow properly" {
5654
# given
5755
process_config_with test/inputs/fulljob.yml

0 commit comments

Comments
 (0)