File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 91
91
- run : bazel build src/...
92
92
- run : bazel test src/... tools/public_api_guard/...
93
93
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
+
94
98
# ----------------------------------------------------------------
95
99
# Job that runs the e2e tests with Protractor and Chrome Headless
96
100
# ----------------------------------------------------------------
@@ -238,8 +242,6 @@ jobs:
238
242
path : /tmp/cdk-umd-minified-bundles
239
243
destination : /angular_material/cdk_release_output/
240
244
241
- - *save_cache
242
-
243
245
# ----------------------------------------
244
246
# Job that publishes the build snapshots
245
247
# ----------------------------------------
You can’t perform that action at this time.
0 commit comments