From 69ecb9656993de447df65f4a91a3e35fab96cb32 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 6 Feb 2019 10:19:51 +0200 Subject: [PATCH] refactor: use steps consistently in CircleCI config (#28555) PR Close #28555 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3703995cc4..42550b2a6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,9 +106,9 @@ jobs: - restore_cache: key: *cache_key - *define_env_vars - - *setup_circleci_bazel_config - *download_yarn - *yarn_install + - *setup_circleci_bazel_config # Setup remote execution and run RBE-compatible tests. - *setup_bazel_remote_execution @@ -133,9 +133,9 @@ jobs: - restore_cache: key: *cache_key - *define_env_vars - - *setup_circleci_bazel_config - *download_yarn - *yarn_install + - *setup_circleci_bazel_config - *setup_bazel_remote_execution # We need to explicitly specify the --symlink_prefix option because otherwise we would @@ -321,7 +321,7 @@ jobs: key: *cache_key - *define_env_vars - *download_yarn - - run: yarn install --cwd aio --frozen-lockfile --non-interactive + - run: yarn --cwd aio install --frozen-lockfile --non-interactive - run: name: Wait for preview and run tests command: node aio/scripts/test-preview.js $CI_PULL_REQUEST $CI_COMMIT $CI_AIO_MIN_PWA_SCORE