Correcting the ports for postgres in client.yml

This commit is contained in:
Arpit Mohan 2020-11-03 23:18:17 +05:30
parent 0ea9c96a8f
commit 779801c763
2 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,8 @@ jobs:
# This is required in Cypress tests that test the datasource integrations
postgres:
image: postgres
ports: 5432:5432
ports:
- 5432:5432
env:
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started

View File

@ -7,3 +7,4 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md)