Skip to content

Commit 0e6bbb5

Browse files
build: update mdc_snapshot_test_cronjob to yarn install before bazel setup (#21980)
The mdc_snapshot_test_cronjob needs to yarn install to ensure that the bazel binary is available before attempting to reference it.
1 parent 496867d commit 0e6bbb5

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
@@ -636,6 +636,7 @@ jobs:
636636
steps:
637637
- checkout_and_rebase
638638
- *restore_cache
639+
- *yarn_install_loose_lockfile
639640
- *setup_bazel_binary
640641
- *setup_bazel_ci_config
641642
- *setup_bazel_remote_execution

0 commit comments

Comments
 (0)