Browse Source

Update config.yml

main
Julien Dudek 6 years ago
parent
commit
cbeb91234a
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -53,10 +53,10 @@ jobs:
docker: docker:
- image: "circleci/node:12" - image: "circleci/node:12"
- image: "circleci/postgres:9.6.2-alpine" - image: "circleci/postgres:9.6.2-alpine"
environment:
PG_USER: julien_dudek
PG_DB: testdb
PG_PASSWORD: unpass
environment:
PG_USER: julien_dudek
PG_DB: testdb
PG_PASSWORD: unpass
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save