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: 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