Using absolute path for volume mount in client.yml

This commit is contained in:
Arpit Mohan 2020-11-03 23:29:03 +05:30
parent 779801c763
commit 19131e14ab
2 changed files with 1 additions and 2 deletions

View File

@ -121,7 +121,7 @@ jobs:
--health-timeout 5s --health-timeout 5s
--health-retries 5 --health-retries 5
--name postgres --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: steps:
# Checkout the code # Checkout the code

View File

@ -7,4 +7,3 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). 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) For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md)