Skip to content

Commit

Permalink
Require static-check success first for rest of workflow (home-assista…
Browse files Browse the repository at this point in the history
…nt#22635)

* Require static-check success first

* Update config.yml
  • Loading branch information
awarecan authored and balloob committed Apr 2, 2019
1 parent e708032 commit 1e26151
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +213,26 @@ workflows:
build:
jobs:
- static-check
- pre-install-all-requirements
- pre-install-all-requirements:
requires:
- static-check
- pylint:
requires:
- pre-install-all-requirements
- pre-test:
name: pre-test 3.5.5
requires:
- static-check
python: 3.5.5-stretch
- pre-test:
name: pre-test 3.6
requires:
- static-check
python: 3.6-stretch
- pre-test:
name: pre-test 3.7
requires:
- static-check
python: 3.7-stretch
- test:
name: test 3.5.5
Expand Down

0 comments on commit 1e26151

Please sign in to comment.