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
4040 ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
4141
4242jobs :
43- test :
43+ UnitTests :
4444 docker :
4545 - image : circleci/node:12.16.1
4646 - image : circleci/postgres:9.6.2-alpine
@@ -144,19 +144,19 @@ workflows:
144144 version : 2
145145 Connect Project Services :
146146 jobs :
147- - test :
147+ - UnitTests :
148148 context : org-global
149149 - deployDev :
150150 context : org-global
151151 requires :
152- - test
152+ - UnitTests
153153 filters :
154154 branches :
155155 only : ['develop', 'connect-performance-testing']
156156 - deployProd :
157157 context : org-global
158158 requires :
159- - test
159+ - UnitTests
160160 filters :
161161 branches :
162162 only : ['master']
You can’t perform that action at this time.
0 commit comments