From 19131e14abfb738af1d285c19442c80a0235981e Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Tue, 3 Nov 2020 23:29:03 +0530 Subject: [PATCH] Using absolute path for volume mount in client.yml --- .github/workflows/client.yml | 2 +- app/client/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index f72c95d1aa..84de92b78e 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 ./cypress/init-pg-dump-for-test.sql:/docker-entrypoint-initdb.d/init-pg-dump-for-test.sql + -v ${{ github.workspace }}/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 0ae785bd51..2a275ea504 100755 --- a/app/client/README.md +++ b/app/client/README.md @@ -7,4 +7,3 @@ 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) -