From 0e6bbb54f088d79591f9e147446b7509549ae2a2 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 22 Feb 2021 14:28:22 -0700 Subject: [PATCH] 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. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6710267f45a0..145063a0ef3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -636,6 +636,7 @@ jobs: steps: - checkout_and_rebase - *restore_cache + - *yarn_install_loose_lockfile - *setup_bazel_binary - *setup_bazel_ci_config - *setup_bazel_remote_execution