diff --git a/.circleci/config.yml b/.circleci/config.yml index 615008b..71909a5 100644 --- a/.circleci/config.yml +++ b/.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 \ No newline at end of file + - build + - test + - lint + - e2etest \ No newline at end of file