Skip to content

Commit 02c0929

Browse files
committed
build: run e2e tests with bazel rbe
* Similar to other Bazel jobs, we should enable remote execution for the e2e tests. These currently build Angular Material in order to serve the e2e-app, so this could slow-down CI. Ideally remote caching would be also accepted, but this will be discussed soon.
1 parent 5a8dd1e commit 02c0929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jobs:
155155
steps:
156156
- *checkout_code
157157
- *restore_cache
158+
- *setup_bazel_remote_execution
158159

159160
- run: bazel test e2e/...
160161

0 commit comments

Comments
 (0)