From c97164e1a8937215d618b36fd29f212eba8d6ee1 Mon Sep 17 00:00:00 2001 From: Arvin Singla Date: Wed, 21 Feb 2024 10:44:12 -0500 Subject: [PATCH] Adding ssh so I can try and manually run through the install. --- .github/workflows/e2e-test.yml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 253be25c5..7bbd6db4d 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -23,18 +23,20 @@ jobs: host: localhost port: 3306 timeout: 60 - - name: Install dependencies - run: npm ci - working-directory: ci - - name: Install Playwright Browsers - run: npx playwright install --with-deps - working-directory: ci - - name: Run Playwright tests - run: npx playwright test - working-directory: ci - - uses: actions/upload-artifact@v3 - if: always() - with: - name: playwright-report - path: playwright-report/ - retention-days: 30 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + # - name: Install dependencies + # run: npm ci + # working-directory: ci + # - name: Install Playwright Browsers + # run: npx playwright install --with-deps + # working-directory: ci + # - name: Run Playwright tests + # run: npx playwright test + # working-directory: ci + # - uses: actions/upload-artifact@v3 + # if: always() + # with: + # name: playwright-report + # path: playwright-report/ + # retention-days: 30