File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,20 @@ jobs:
121
121
- name : Run CLI E2E tests
122
122
run : yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
123
123
124
+ e2e-windows-subset :
125
+ runs-on : windows-latest
126
+ steps :
127
+ - name : Initialize environment
128
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3d0749c4d64959e85843fbeb54507e830be0f44
129
+ - name : Install node modules
130
+ run : yarn install --immutable
131
+ - name : Setup Bazel
132
+ uses : angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44
133
+ - name : Setup Bazel RBE
134
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44
135
+ - name : Run CLI E2E tests
136
+ run : yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild"
137
+
124
138
e2e-package-managers :
125
139
strategy :
126
140
fail-fast : false
You can’t perform that action at this time.
0 commit comments