MTLantoine 6 years ago
parent
commit
9f93626f55
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -35,5 +35,9 @@ workflows:
build_test: build_test:
jobs: jobs:
- build - build
- lint
- test
- lint:
requires:
- build
- test:
requires:
- build
Loading…
Cancel
Save