Browse Source

update config test file 🔨

main
zelleg 4 years ago
parent
commit
4c7d3bcbcc
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -49,7 +49,7 @@ jobs:
- run: - run:
command: yarn test command: yarn test
environment: environment:
DATABASE_URL: postgres://$PG_USER:$PG_PWD@$PG_HOST:5432/$PG_DB
DATABASE_URL: postgres://$PG_USER:$PG_PWD@localhost:5432/$PG_DB
back-test-e2e: back-test-e2e:
docker: docker:
@ -67,7 +67,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: postgres://$PG_USER:$PG_PWD@$PG_HOST:5432/$PG_DB
DATABASE_URL: postgres://$PG_USER:$PG_PWD@localhost:5432/$PG_DB
docker-build-and-push: docker-build-and-push:
working_directory: /dockerapp working_directory: /dockerapp
docker: docker:

Loading…
Cancel
Save