We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094c8ee commit 38ac97eCopy full SHA for 38ac97e
.github/workflows/playwright.yml
@@ -105,12 +105,6 @@ jobs:
105
# steps.get_workspaces.outputs.affected_workspaces != '' || # If any workspace built
106
# contains(github.event.pull_request.paths.*, 'samples/generate-index.sh') # Or if the script itself changed
107
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
-
114
- name: Run All Playwright Tests
115
run: npx playwright test e2e/samples.spec.ts
116
env:
0 commit comments