Skip to content

Commit 38ac97e

Browse files
authored
fix: Update playwright.yml (#571)
Removes duplicate (non-functional?) browser install command and debug lines.
1 parent 094c8ee commit 38ac97e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ jobs:
105105
# steps.get_workspaces.outputs.affected_workspaces != '' || # If any workspace built
106106
# contains(github.event.pull_request.paths.*, 'samples/generate-index.sh') # Or if the script itself changed
107107

108-
- name: Install Playwright browsers with OS dependencies
109-
run: npx playwright install --with-deps
110-
env:
111-
DEBUG: pw:install # Enable Playwright's own install verbose logging
112-
PLAYWRIGHT_BROWSERS_PATH: ~/.cache/ms-playwright # Explicitly set, though it's the default on Linux
113-
114108
- name: Run All Playwright Tests
115109
run: npx playwright test e2e/samples.spec.ts
116110
env:

0 commit comments

Comments
 (0)