File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Initialize environment
2424 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
25+ - name : Setup Bazel
26+ uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
2527 - name : Install node modules
2628 run : pnpm install --frozen-lockfile
2729 - name : Generate JSON schema types
@@ -109,6 +111,8 @@ jobs:
109111 steps :
110112 - name : Initialize environment
111113 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
114+ - name : Setup Bazel
115+ uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
112116 - name : Setup Bazel RBE
113117 uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
114118 with :
Original file line number Diff line number Diff line change 3535 steps :
3636 - name : Initialize environment
3737 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
38+ - name : Setup Bazel
39+ uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
3840 - name : Setup ESLint Caching
3941 uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4042 with :
@@ -131,6 +133,8 @@ jobs:
131133 steps :
132134 - name : Initialize environment
133135 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8ca74b8a897d28f4735043c745693a706ff5ca81
136+ - name : Setup Bazel
137+ uses : angular/dev-infra/github-actions/bazel/setup@8ca74b8a897d28f4735043c745693a706ff5ca81
134138 - name : Setup Bazel RBE
135139 uses : angular/dev-infra/github-actions/bazel/configure-remote@8ca74b8a897d28f4735043c745693a706ff5ca81
136140 with :
You can’t perform that action at this time.
0 commit comments