From 8e839ab2244e580e6ed79c295b777760c4e47e4b Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Tue, 3 Nov 2020 23:48:10 +0530 Subject: [PATCH] Correcting the mount volume in client.yml --- .github/workflows/client.yml | 2 +- app/client/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 84de92b78e..3aefbfa525 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -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 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) +