Skip to content

Commit

Permalink
remove firefox, update path
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 19, 2024
1 parent b53007d commit 8db9523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions apps/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8db9523

Please sign in to comment.