@@ -27,17 +27,17 @@ jobs:
2727 - name : Initialize environment
2828 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
2929 - name : Install node modules
30- run : yarn install --frozen-lockfile --ignore-scripts
30+ run : yarn install --immutable
3131 - name : Run ESLint
3232 run : yarn lint --cache-strategy content
3333 - name : Validate NgBot Configuration
3434 run : yarn ng-dev ngbot verify
3535 - name : Validate Circular Dependencies
3636 run : yarn ts-circular-deps check
3737 - name : Run Validation
38- run : yarn -s admin validate
38+ run : yarn admin validate
3939 - name : Check tooling setup
40- run : yarn -s check-tooling-setup
40+ run : yarn check-tooling-setup
4141
4242 build :
4343 runs-on : ubuntu-latest
4949 - name : Setup Bazel RBE
5050 uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
5151 - name : Install node modules
52- run : yarn install --frozen-lockfile
52+ run : yarn install --immutable
5353 - name : Build release targets
5454 run : yarn ng-dev release build
5555
6363 - name : Setup Bazel RBE
6464 uses : angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
6565 - name : Install node modules
66- run : yarn install --frozen-lockfile
66+ run : yarn install --immutable
6767 - name : Run module tests
6868 run : yarn bazel test //modules/...
6969 - name : Run package tests
9898 - name : Initialize environment
9999 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
100100 - name : Install node modules
101- run : yarn install --frozen-lockfile
101+ run : yarn install --immutable
102102 - name : Setup Bazel
103103 uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
104104 - name : Setup Bazel RBE
@@ -119,7 +119,7 @@ jobs:
119119 - name : Initialize environment
120120 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
121121 - name : Install node modules
122- run : yarn install --frozen-lockfile
122+ run : yarn install --immutable
123123 - name : Setup Bazel
124124 uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
125125 - name : Setup Bazel RBE
@@ -136,7 +136,7 @@ jobs:
136136 - name : Initialize environment
137137 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
138138 - name : Install node modules
139- run : yarn install --frozen-lockfile
139+ run : yarn install --immutable
140140 - name : Setup Bazel
141141 uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
142142 - name : Setup Bazel RBE
@@ -169,7 +169,7 @@ jobs:
169169 - name : Initialize environment
170170 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
171171 - name : Install node modules
172- run : yarn install --frozen-lockfile
172+ run : yarn install --immutable
173173 - name : Setup Bazel
174174 uses : angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
175175 - run : yarn admin snapshots --verbose
0 commit comments