This commit is contained in:
Vishnu Narayanan
2024-06-05 18:23:03 +05:30
committed by GitHub
parent f7397daa0e
commit f975073c30
+2 -1
View File
@@ -43,6 +43,7 @@ jobs:
sed -i '/function configure_db() {/a sudo service postgresql start' install.sh
#sed -i '/function setup_chatwoot() {/a export PATH="/usr/bin/:$PATH"' install.sh
#sed -i '/git checkout "\$BRANCH"/a export PATH="/usr/bin/:$PATH"' install.sh
sed -i '/function setup_chatwoot() {/a sudo chown -R chatwoot:chatwoot /hom/runner/.config' install.sh
- name: create input file
run: |
@@ -65,7 +66,7 @@ jobs:
- name: check node/yarn inside chatwoot
run: |
sudo -iu chatwoot
cd chatwoot
ls
node --version
yarn --versio
yarn