diff --git a/.circleci/config.yml b/.circleci/config.yml index 1d01400..0867ac0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,13 @@ jobs: build: docker: - image: cimg/elixir:1.14-browsers + environment: + PGUSER: postgres + PGPASSWORD: password - image: cimg/postgres:14.6 + environment: + POSTGRES_USER: postgres + POSTGRES_PASSWORD: password steps: - browser-tools/install-chrome - browser-tools/install-chromedriver @@ -28,4 +34,4 @@ jobs: workflows: build-workflow: jobs: - - build \ No newline at end of file + - build