Browse Source

💚 FIXED CI

main
Alexandre SOARES 4 years ago
parent
commit
a898b9a7f5
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -26,7 +26,8 @@ jobs:
key: dependencies-{{ checksum "package.json" }}-v1 key: dependencies-{{ checksum "package.json" }}-v1
- run: - run:
command: yarn test command: yarn test
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer
end_to_end: end_to_end:
docker: docker:
- image: circleci/node:lts-fermium - image: circleci/node:lts-fermium

Loading…
Cancel
Save