File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -128,13 +128,12 @@ jobs:
128128 run : pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
129129
130130 e2e-windows-subset :
131- needs : build
132131 runs-on : windows-2025
133132 steps :
134133 - name : Initialize environment
135- uses : alan-agius4/dev-infra/github-actions/npm/checkout-and-setup-node@98ef431393250a8597f01d329cd8359e991b3aba
134+ uses : alan-agius4/dev-infra/github-actions/npm/checkout-and-setup-node@91a7817ca22fbf1efd3c64d9a7decddfc0dbcb86
136135 with :
137- disable-package-manager-cache : false
136+ disable-package-manager-cache : true
138137 - name : Setup Bazel
139138 uses : angular/dev-infra/github-actions/bazel/setup@cb03391a53dec7a1d7de8f3b2cd60935e82837fa
140139 - name : Setup Bazel RBE
You can’t perform that action at this time.
0 commit comments