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

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