Browse Source

update requires + artifact

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

9
.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:
@ -85,4 +89,7 @@ workflows:
- build
- documentation:
requires:
- build
- build
- test
- lint
- e2etest
Loading…
Cancel
Save