@ -72,6 +72,18 @@ jobs:
environment:
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
documentation_artifact:
docker:
- image: cimg/node:16.10.0
auth:
username: adechauveron
password: $DOCKER_PASSWORD
steps:
- checkout
- run:
name: "yarn doc build"
command: yarn doc:build
workflows:
version: 2
build_and_test:
@ -83,3 +95,7 @@ workflows:
- end_to_end_tests:
requires:
- build
- documentation_artifact:
- end_to_end_tests
- lint