From c5fcaf7cbc69b50adbbcb5634ee2c5a5654dd244 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Wed, 1 Jan 2025 11:38:56 +0900 Subject: [PATCH] Really fix playwright (#1728) really fix playwright --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8a5c64af1..ead62bb44 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -72,7 +72,7 @@ jobs: - name: "[Push] Generate new authoritative screenshots for master" id: playwright-master - run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} -u + run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} -u 2>&1 | tee ./playwright-output if: github.event_name == 'push' - uses: actions/upload-artifact@v4