From 8db9523a0035376b4b1e22794c9579ab68a0ee64 Mon Sep 17 00:00:00 2001 From: Eric Sizer Date: Thu, 19 Dec 2024 14:40:53 -0500 Subject: [PATCH] remove firefox, update path --- .github/workflows/playwright.yml | 2 +- apps/playwright/playwright.config.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 61eb14ce9af..242049ddf02 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -83,7 +83,7 @@ jobs: if: always() with: name: blob-report-${{ matrix.shardIndex }} - path: ./apps/playwright/playwright-report/ + path: blob-report retention-days: 1 merge-reports: diff --git a/apps/playwright/playwright.config.ts b/apps/playwright/playwright.config.ts index 3acdfd65557..7405ee069f5 100644 --- a/apps/playwright/playwright.config.ts +++ b/apps/playwright/playwright.config.ts @@ -44,10 +44,10 @@ export default defineConfig({ use: { ...devices["Desktop Chrome"] }, }, - { - name: "firefox", - use: { ...devices["Desktop Firefox"] }, - }, + // { + // name: "firefox", + // use: { ...devices["Desktop Firefox"] }, + // }, { name: "webkit",