diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index c54bda84d9..a84b7ebed7 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -118,10 +118,6 @@ jobs: # Set health checks to wait until postgres has started # Also initialize the docker container with data options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 --name postgres -v ${{ github.workspace }}/app/client/cypress/init-pg-dump-for-test.sql:/docker-entrypoint-initdb.d/init-pg-dump-for-test.sql 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) +