lint requires install_test in ci

This commit is contained in:
Danny Ryan 2019-05-13 17:02:20 -04:00
parent 204bbbbe30
commit c2942c00c6
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 3 additions and 1 deletions

View File

@ -102,10 +102,12 @@ workflows:
test_spec:
jobs:
- checkout_specs
- lint
- install_test:
requires:
- checkout_specs
- test:
requires:
- install_test
- lint:
requires:
- install_test