Browse Source

🚧 Trying stuff

main
Alexandre SOARES 4 years ago
parent
commit
11b91d59f3
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -41,7 +41,7 @@ jobs:
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:
DATABASE_URL: $DATABASE_URL
DATABASE_URL: postgres://$PG_USER:$PG_PASS@localhost:5432/$PG_DB
lint: lint:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save