File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 80
80
name : Import Tests using BATS
81
81
command : |
82
82
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' ' ' )
84
84
echo "This node will run ${BATS_TEST_LIST}"
85
85
bats test
86
86
- pr-comment
@@ -124,7 +124,6 @@ commands:
124
124
command : |
125
125
# my fork includes tets list for splitting
126
126
cd /tmp && git clone https://github.com/eddiewebb/bats-core.git && cd bats-core
127
- cp
128
127
./install.sh /usr/local
129
128
- run :
130
129
name : Install YQ
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ function setup {
50
50
51
51
}
52
52
53
-
54
-
55
53
@test " Default job sets block workflow properly" {
56
54
# given
57
55
process_config_with test/inputs/fulljob.yml
You can’t perform that action at this time.
0 commit comments