From 708e067e3f74dad8b0f2c3660ee6ee2ca0fc31d9 Mon Sep 17 00:00:00 2001 From: Julian Skinner Date: Wed, 6 Sep 2023 08:58:51 -0500 Subject: [PATCH] ci: add ssh for debugging purpose --- .github/workflows/release-deploy-v2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-deploy-v2.yml b/.github/workflows/release-deploy-v2.yml index 778c66c02b..a820637f9c 100644 --- a/.github/workflows/release-deploy-v2.yml +++ b/.github/workflows/release-deploy-v2.yml @@ -198,6 +198,9 @@ jobs: - name: Unsafe Perm set run: npm config set unsafe-perm true + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - name: Restore Build assets uses: actions/cache/restore@v3 id: restore-sage-lib-build-assets