File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ deploy_steps: &deploy_steps
40
40
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
41
41
42
42
jobs :
43
- test :
43
+ UnitTests :
44
44
docker :
45
45
- image : circleci/node:12.16.1
46
46
- image : circleci/postgres:9.6.2-alpine
@@ -144,19 +144,19 @@ workflows:
144
144
version : 2
145
145
Connect Project Services :
146
146
jobs :
147
- - test :
147
+ - UnitTests :
148
148
context : org-global
149
149
- deployDev :
150
150
context : org-global
151
151
requires :
152
- - test
152
+ - UnitTests
153
153
filters :
154
154
branches :
155
155
only : ['develop', 'connect-performance-testing']
156
156
- deployProd :
157
157
context : org-global
158
158
requires :
159
- - test
159
+ - UnitTests
160
160
filters :
161
161
branches :
162
162
only : ['master']
You can’t perform that action at this time.
0 commit comments