From 69c8336698824f8e9d6dbf02a18b4ea57c4fd26e Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 31 May 2024 15:51:58 +0530 Subject: [PATCH] debug --- .github/workflows/nightly_installer.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly_installer.yml b/.github/workflows/nightly_installer.yml index d30e24d1f..c5b03d5dc 100644 --- a/.github/workflows/nightly_installer.yml +++ b/.github/workflows/nightly_installer.yml @@ -18,6 +18,9 @@ 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 @@ -50,9 +53,7 @@ jobs: # sudo systemctl restart chatwoot.target # curl http://localhost:3000/api - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: always() + - name: Upload chatwoot setup log file as an artifact uses: actions/upload-artifact@v4