Skip to content

Commit 149206b

Browse files
committed
chore(ci): Update npm dependencies on CI runs. (angular#3807)
- Update npm dependencies on CI runs. - Fix path for calling gulp. * Cache the testapp's node modules.
1 parent fb98cd9 commit 149206b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

circle.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ machine:
77
DBUS_SESSION_BUS_ADDRESS: /dev/null
88

99
dependencies:
10+
override:
11+
- npm update
12+
cache_directories:
13+
- testapp/node_modules
1014
post:
11-
- gulp format:enforce
15+
- ./node_modules/.bin/gulp format:enforce
1216
- ./node_modules/.bin/webdriver-manager update
1317
- ./node_modules/.bin/webdriver-manager start:
1418
background: true
15-
- npm run install_testapp
19+
- cd testapp && npm update
1620
- npm start:
1721
background: true
22+
1823
test:
1924
override:
2025
- npm test

0 commit comments

Comments
 (0)