Update config.yml
This commit is contained in:
parent
c2942c00c6
commit
f830f83a1d
|
@ -102,12 +102,12 @@ workflows:
|
||||||
test_spec:
|
test_spec:
|
||||||
jobs:
|
jobs:
|
||||||
- checkout_specs
|
- checkout_specs
|
||||||
|
- lint:
|
||||||
|
requires:
|
||||||
|
- checkout_specs
|
||||||
- install_test:
|
- install_test:
|
||||||
requires:
|
requires:
|
||||||
- checkout_specs
|
- checkout_specs
|
||||||
- test:
|
- test:
|
||||||
requires:
|
requires:
|
||||||
- install_test
|
- install_test
|
||||||
- lint:
|
|
||||||
requires:
|
|
||||||
- install_test
|
|
||||||
|
|
Loading…
Reference in New Issue