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 f79cd59 commit d99f36a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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

0 comments on commit d99f36a

Please sign in to comment.