Making the default shell bash
This commit is contained in:
parent
184cda75cf
commit
594bae4d17
2
.github/workflows/client.yml
vendored
2
.github/workflows/client.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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