Skip to content

Commit c17f024

Browse files
committed
fix splitting
1 parent a54b84a commit c17f024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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 tests split | tr '\n' ' ')
83+
export BATS_TEST_LIST=$(bats -l test | circleci tests split | tr '\n' ' ')
8484
echo "This node will run ${BATS_TEST_LIST}"
8585
bats test
8686
- pr-comment

0 commit comments

Comments
 (0)