webcompat / webcompat-metrics-server

Server in charge of delivering different data to the webcompat-metrics-client
Mozilla Public License 2.0
6 stars 5 forks source link

Fix CircleCI connection to test environment PostgreSQL #57

Open laghee opened 6 years ago

laghee commented 6 years ago
screenshot 2018-08-22 18 35 20

I suspect POSTGRES_USER: circleci and POSTGRES_DB: circle_test need to be added under this line: https://github.com/webcompat/webcompat-metrics-server/blob/1b74f28e195df1c530799cf531a095c26e48fcbe/.circleci/config.yml#L19

...but this can be addressed when we get to integrative tests.