Browse Source

update requires + artifact

circleci-project-setup
Louis Dutoit 6 years ago
parent
commit
c910a3c2fb
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -69,6 +69,10 @@ jobs:
- run: yarn doc:build
- store_artifacts:
path: /tmp/artifact
destination: artifact-file
workflows:
version: 2
build_test:
@ -86,3 +90,6 @@ workflows:
- documentation:
requires:
- build
- test
- lint
- e2etest
Loading…
Cancel
Save