Browse Source

fix(config.yml): ERROR IN CONFIG FILE

schema violations found
test
sipe-daniel 6 years ago
parent
commit
568c0bbcad
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -4,13 +4,7 @@ workflows:
build_and_test: build_and_test:
jobs: jobs:
- build - build
- lint:
requires:
- build
- test:
requires:
- build
jobs: jobs:
build: build:
docker: docker:

Loading…
Cancel
Save