File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments