From 10ba91b1d3274dd8c01d9a70d649e36eabec931f Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 22 Feb 2019 15:52:34 -0800 Subject: [PATCH] build: fix saucelabs_test cronjob in CI (#28939) PR Close #28939 --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 74f71ea8d0..5e64ce3d04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -212,11 +212,8 @@ jobs: # and therefore the tunnel and Karma need to process a lot of file requests and tests. resource_class: xlarge steps: - - checkout: - <<: *post_checkout - - *restore_cache + - attach_workspace: *attach_options - *init_environment - - *yarn_install - run: name: Preparing environment for running tests on Saucelabs. command: setSecretVar SAUCE_ACCESS_KEY $(echo $SAUCE_ACCESS_KEY | rev) @@ -626,7 +623,10 @@ workflows: saucelabs_tests: jobs: - - test_saucelabs + - install + - test_saucelabs: + requires: + - install - legacy-unit-tests-saucelabs: # Don't open up multiple saucelabs tunnels at the same # time to minimize flakes