We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b84a commit c17f024Copy full SHA for c17f024
.circleci/config.yml
@@ -80,7 +80,7 @@ jobs:
80
name: Import Tests using BATS
81
command: |
82
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' ' ')
+ export BATS_TEST_LIST=$(bats -l test | circleci tests split | tr '\n' ' ')
84
echo "This node will run ${BATS_TEST_LIST}"
85
bats test
86
- pr-comment
0 commit comments