Using absolute path for volume mount in client.yml
This commit is contained in:
parent
779801c763
commit
19131e14ab
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user