Skip to content

Commit 41c04d3

Browse files
committed
Update config.yml
1 parent 743ef07 commit 41c04d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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-
UnitTests:
43+
test:
4444
docker:
4545
- image: circleci/node:12.16.1
4646
- image: circleci/postgres:9.6.2-alpine
@@ -144,12 +144,12 @@ workflows:
144144
version: 2
145145
Connect Project Services:
146146
jobs:
147-
- UnitTests:
147+
- test:
148148
context : org-global
149149
- deployDev:
150150
context : org-global
151151
requires:
152-
- UnitTests
152+
- test
153153
filters:
154154
branches:
155155
only: ['develop', 'connect-performance-testing']

0 commit comments

Comments
 (0)