Skip to content

Commit 8c062b8

Browse files
committed
Update config.yml
1 parent e66d88d commit 8c062b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4242
jobs:
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']

0 commit comments

Comments
 (0)