Removing health check for postgres

This commit is contained in:
Arpit Mohan 2020-11-04 00:17:31 +05:30
parent c93e72c3ec
commit fba99c4728
2 changed files with 1 additions and 4 deletions

View File

@ -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

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)