From 4d60aec37bf50d875f7fe750bafdff3a1139afef Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 20 May 2021 20:16:53 +0200 Subject: [PATCH] debug --- .github/workflows/tests_secondary.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests_secondary.yml b/.github/workflows/tests_secondary.yml index d4e88d53a91e34..a2ce6b492b3a5a 100644 --- a/.github/workflows/tests_secondary.yml +++ b/.github/workflows/tests_secondary.yml @@ -94,6 +94,8 @@ jobs: DEBUG: pw:install - run: npm run build - run: node lib/cli/cli install-deps + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - run: npm run test -- --project=${{ matrix.browser }} shell: bash - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json @@ -355,6 +357,8 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: npm run build - run: node lib/cli/cli install ffmpeg firefox-stable chromium + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - run: npm run ftest -- --channel=firefox-stable shell: bash - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json