From 779801c763d37d0313735f71bc8467a2d728d8e4 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Tue, 3 Nov 2020 23:18:17 +0530 Subject: [PATCH] Correcting the ports for postgres in client.yml --- .github/workflows/client.yml | 3 ++- app/client/README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 23d8659d1e..f72c95d1aa 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -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 diff --git a/app/client/README.md b/app/client/README.md index 2a275ea504..0ae785bd51 100755 --- a/app/client/README.md +++ b/app/client/README.md @@ -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) +