|
|
@ -19,7 +19,7 @@ jobs: |
|
|
username: $AUTH_DOCKER |
|
|
username: $AUTH_DOCKER |
|
|
password: $PSW_DOCKER # context / project UI env-var reference |
|
|
password: $PSW_DOCKER # context / project UI env-var reference |
|
|
environment: |
|
|
environment: |
|
|
TEST_DATABASE_URL: $DATABASE_URL |
|
|
|
|
|
|
|
|
POSTGRES_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb |
|
|
|
|
|
|
|
|
# Service container image |
|
|
# Service container image |
|
|
|
|
|
|
|
|
@ -33,7 +33,6 @@ jobs: |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- checkout # check out the code in the project directory |
|
|
- checkout # check out the code in the project directory |
|
|
- run: install postgresql-client-9.6 |
|
|
|
|
|
- run: yarn install |
|
|
- run: yarn install |
|
|
- save_cache: |
|
|
- save_cache: |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} |
|
|
|