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