ndrg13
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
.circleci/config.yml
|
|
|
@ -17,12 +17,12 @@ executors: |
|
|
|
username: $DOCKERHUB_LOGIN |
|
|
|
password: $DOCKERHUB_PASSWORD |
|
|
|
environment: |
|
|
|
DATABASE_URL: "postgres://psqluser@localhost:5432/psdb" |
|
|
|
DATABASE_URL: "postgres://postgres@localhost:5432/psdb" |
|
|
|
JWT_SECRET: string |
|
|
|
API_PORT: 3000 |
|
|
|
API_HOST: localhost |
|
|
|
API_PROTOCOL: http |
|
|
|
POSTGRES_USER: psqluser |
|
|
|
POSTGRES_USER: postgres |
|
|
|
POSTGRES_PASSWORD: password |
|
|
|
POSTGRES_DB: psdb |
|
|
|
jobs: |
|
|
|
@ -60,7 +60,6 @@ jobs: |
|
|
|
command: yarn test:ci |
|
|
|
test_end_to_end: |
|
|
|
executor: node-and-postgresql-executor |
|
|
|
|
|
|
|
steps: |
|
|
|
- checkout |
|
|
|
- restore_cache: |
|
|
|
|