Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
12718acf1d
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -106,10 +106,6 @@ jobs:
- store_artifacts: - store_artifacts:
path: docs path: docs
workflows: workflows:
build-workflow: build-workflow:
@ -127,5 +123,8 @@ workflows:
- gendoc: - gendoc:
requires: requires:
- lint - lint
- test-ci
- test-e2e
Loading…
Cancel
Save