Skip to content

Commit

Permalink
ci: add workspace prereq job to saucelabs_tests (#28973)
Browse files Browse the repository at this point in the history
Port of #28939, followup to #28965.

PR Close #28973
  • Loading branch information
filipesilva authored and benlesh committed Feb 26, 2019
1 parent 0e73657 commit 5b5b989
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,10 @@ workflows:

saucelabs_tests:
jobs:
- legacy-unit-tests-saucelabs
- setup
- legacy-unit-tests-saucelabs:
requires:
- setup
triggers:
- schedule:
# Runs the Saucelabs legacy tests every hour. We still want to run Saucelabs
Expand Down

0 comments on commit 5b5b989

Please sign in to comment.