This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
_defaults : &defaults
4
4
working_directory : ~/ng
5
5
docker :
6
- - image : angular/ngcontainer
6
+ - image : angular/ngcontainer:0.0.5
7
7
8
8
_post_checkout : &post_checkout
9
9
post : git pull --ff-only origin "refs/pull/${CI_PULL_REQUEST//*pull\//}/merge"
17
17
- restore_cache :
18
18
key : angular_devkit-{{ checksum "package-lock.json" }}
19
19
20
- - run : npm install --quiet
20
+ - run : npm install --no-save
21
21
- run : npm run lint
22
22
23
23
validate :
27
27
- restore_cache :
28
28
key : angular_devkit-{{ checksum "package-lock.json" }}
29
29
30
- - run : npm install --quiet
30
+ - run : npm install --no-save
31
31
- run : npm run validate
32
32
33
33
test :
38
38
- restore_cache :
39
39
key : angular_devkit-{{ checksum "package-lock.json" }}
40
40
41
- - run : npm install --quiet
41
+ - run : npm install --no-save
42
42
- run : npm run test -- --code-coverage --full
43
43
44
44
integration :
53
53
- restore_cache :
54
54
key : angular_devkit-integration-aio-{{ checksum "tests/@angular_devkit/build_optimizer/webpack/aio-app/package-lock.json" }}
55
55
56
- - run : npm install --quiet
56
+ - run : npm install --no-save
57
57
- run : xvfb-run -a npm run integration
58
58
59
59
- save_cache :
You can’t perform that action at this time.
0 commit comments