@@ -27,17 +27,17 @@ jobs:
27
27
- name : Initialize environment
28
28
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
29
29
- name : Install node modules
30
- run : yarn install --frozen-lockfile --ignore-scripts
30
+ run : yarn install --immutable
31
31
- name : Run ESLint
32
32
run : yarn lint --cache-strategy content
33
33
- name : Validate NgBot Configuration
34
34
run : yarn ng-dev ngbot verify
35
35
- name : Validate Circular Dependencies
36
36
run : yarn ts-circular-deps check
37
37
- name : Run Validation
38
- run : yarn -s admin validate
38
+ run : yarn admin validate
39
39
- name : Check tooling setup
40
- run : yarn -s check-tooling-setup
40
+ run : yarn check-tooling-setup
41
41
42
42
build :
43
43
runs-on : ubuntu-latest
49
49
- name : Setup Bazel RBE
50
50
uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
51
51
- name : Install node modules
52
- run : yarn install --frozen-lockfile
52
+ run : yarn install --immutable
53
53
- name : Build release targets
54
54
run : yarn ng-dev release build
55
55
63
63
- name : Setup Bazel RBE
64
64
uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
65
65
- name : Install node modules
66
- run : yarn install --frozen-lockfile
66
+ run : yarn install --immutable
67
67
- name : Run module tests
68
68
run : yarn bazel test //modules/...
69
69
- name : Run package tests
98
98
- name : Initialize environment
99
99
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
100
100
- name : Install node modules
101
- run : yarn install --frozen-lockfile
101
+ run : yarn install --immutable
102
102
- name : Setup Bazel
103
103
uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
104
104
- name : Setup Bazel RBE
@@ -119,7 +119,7 @@ jobs:
119
119
- name : Initialize environment
120
120
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
121
121
- name : Install node modules
122
- run : yarn install --frozen-lockfile
122
+ run : yarn install --immutable
123
123
- name : Setup Bazel
124
124
uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
125
125
- name : Setup Bazel RBE
@@ -136,7 +136,7 @@ jobs:
136
136
- name : Initialize environment
137
137
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
138
138
- name : Install node modules
139
- run : yarn install --frozen-lockfile
139
+ run : yarn install --immutable
140
140
- name : Setup Bazel
141
141
uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142
142
- name : Setup Bazel RBE
@@ -169,7 +169,7 @@ jobs:
169
169
- name : Initialize environment
170
170
uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
171
171
- name : Install node modules
172
- run : yarn install --frozen-lockfile
172
+ run : yarn install --immutable
173
173
- name : Setup Bazel
174
174
uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
175
175
- run : yarn admin snapshots --verbose
0 commit comments