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