Browse Source

👷 Updating CI

main
Alexandre SOARES 5 years ago
parent
commit
3ab008fddd
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -5,6 +5,9 @@ workflows:
- build - build
- test - test
- lint - lint
requires:
- build
- test
version: 2 version: 2
jobs: jobs:
build: build:

Loading…
Cancel
Save