Correcting the mount volume in client.yml

This commit is contained in:
Arpit Mohan 2020-11-03 23:48:10 +05:30
parent 19131e14ab
commit 8e839ab224
2 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,7 @@ jobs:
--health-timeout 5s
--health-retries 5
--name postgres
-v ${{ github.workspace }}/cypress/init-pg-dump-for-test.sql:/docker-entrypoint-initdb.d/init-pg-dump-for-test.sql
-v ${{ github.workspace }}/app/client/cypress/init-pg-dump-for-test.sql:/docker-entrypoint-initdb.d/init-pg-dump-for-test.sql
steps:
# Checkout the code

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)