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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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