From 8ac14366edcd563014beb4d5c5055b0f5103a4c2 Mon Sep 17 00:00:00 2001 From: Michael Feher Date: Tue, 10 Oct 2023 14:40:16 -0500 Subject: [PATCH] chore: debug actions --- .github/workflows/node-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 4366b250..40212963 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -99,6 +99,10 @@ jobs: # CDK infrastructure build calls npm ci on /infrastructure/build, which may fail without NODE_AUTH_TOKEN env: NODE_AUTH_TOKEN: ${{ secrets.npm-auth-token || secrets.GITHUB_TOKEN }} + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + env: + TEST_ENV: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Dispatch if: ${{ inputs.run-dispatch }} uses: chromaui/action@v1