ci: rename install job to setup (#28935)

Followup to https://github.com/angular/angular/pull/28928#pullrequestreview-207023800

PR Close #28935
This commit is contained in:
Filipe Silva 2019-02-22 21:33:53 +00:00 committed by Ben Lesh
parent 319ed5168a
commit 61495a138d
1 changed files with 11 additions and 11 deletions

View File

@ -126,7 +126,7 @@ var_13: &attach_options
version: 2
jobs:
install:
setup:
<<: *job_defaults
steps:
- checkout
@ -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
@ -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:
@ -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