File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 9191 - run : bazel build src/...
9292 - run : bazel test src/... tools/public_api_guard/...
9393
94+ # Note: We want to save the cache in this job because the workspace cache also
95+ # includes the Bazel repository cache that will be updated in this job.
96+ - *save_cache
97+
9498 # ----------------------------------------------------------------
9599 # Job that runs the e2e tests with Protractor and Chrome Headless
96100 # ----------------------------------------------------------------
@@ -238,8 +242,6 @@ jobs:
238242 path : /tmp/cdk-umd-minified-bundles
239243 destination : /angular_material/cdk_release_output/
240244
241- - *save_cache
242-
243245 # ----------------------------------------
244246 # Job that publishes the build snapshots
245247 # ----------------------------------------
You can’t perform that action at this time.
0 commit comments