Update config.yml

This commit is contained in:
Hsiao-Wei Wang
2019-05-14 10:32:20 +08:00
committed by GitHub
parent c2942c00c6
commit f830f83a1d

View File

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