lint requires install_test in ci
This commit is contained in:
parent
204bbbbe30
commit
c2942c00c6
|
@ -102,10 +102,12 @@ workflows:
|
|||
test_spec:
|
||||
jobs:
|
||||
- checkout_specs
|
||||
- lint
|
||||
- install_test:
|
||||
requires:
|
||||
- checkout_specs
|
||||
- test:
|
||||
requires:
|
||||
- install_test
|
||||
- lint:
|
||||
requires:
|
||||
- install_test
|
||||
|
|
Loading…
Reference in New Issue