diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 5d5e044c20..9fea6be9bb 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -21,6 +21,7 @@ jobs: defaults: run: working-directory: app/client + shell: bash steps: # Checkout the code @@ -100,6 +101,7 @@ jobs: defaults: run: working-directory: app/client + shell: bash strategy: fail-fast: false matrix: 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) -