This commit is contained in:
Vishnu Narayanan
2024-05-31 21:49:09 +05:30
committed by GitHub
parent 69c8336698
commit 1b5a69e45e
+10 -9
View File
@@ -18,15 +18,15 @@ jobs:
nightly:
runs-on: ubuntu-20.04
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: always()
## temporary fix for gh actions since node 20 installed via script is not taking effect till 30june2024
## https://github.blog/changelog/2024-05-17-updated-dates-for-actions-runner-using-node20-instead-of-node16-by-default
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: always()
# ## temporary fix for gh actions since node 20 installed via script is not taking effect till 30june2024
# ## https://github.blog/changelog/2024-05-17-updated-dates-for-actions-runner-using-node20-instead-of-node16-by-default
# - name: Setup Node.js
# uses: actions/setup-node@v4
# with:
# node-version: '20'
- name: get installer
run: |
@@ -34,6 +34,7 @@ jobs:
chmod +x install.sh
#fix for postgtres not starting automatically in gh action env
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
- name: create input file
run: |