Skip to content

Commit

Permalink
ci: rename install job to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Feb 25, 2019
1 parent 0453c83 commit e064f06
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Expand Up @@ -126,7 +126,7 @@ var_13: &attach_options

version: 2
jobs:
install:
setup:
<<: *job_defaults
steps:
- checkout
Expand Down Expand Up @@ -544,25 +544,25 @@ workflows:
version: 2
default_workflow:
jobs:
- install
- setup
- lint:
requires:
- install
- setup
- test:
requires:
- install
- setup
- test_ivy_aot:
requires:
- install
- setup
- build-npm-packages:
requires:
- install
- setup
- build-ivy-npm-packages:
requires:
- install
- setup
- test_aio:
requires:
- install
- setup
- deploy_aio:
requires:
- test_aio
Expand All @@ -586,7 +586,7 @@ workflows:
- build-npm-packages
- aio_preview:
requires:
- install
- setup
# Only run on PR builds. (There can be no previews for non-PR builds.)
filters:
branches:
Expand Down Expand Up @@ -623,10 +623,10 @@ workflows:

saucelabs_tests:
jobs:
- install
- setup
- test_saucelabs:
requires:
- install
- setup
- legacy-unit-tests-saucelabs:
# Don't open up multiple saucelabs tunnels at the same
# time to minimize flakes
Expand Down

0 comments on commit e064f06

Please sign in to comment.