ci: fix playwright install (#4849)

This commit is contained in:
Alex Yang
2025-09-23 12:19:24 -07:00
committed by GitHub
parent 987aded863
commit fda18cadb3
2 changed files with 4 additions and 1 deletions

View File

@@ -90,7 +90,8 @@ jobs:
run: pnpm install
- name: Install Playwright Browsers
run: pnpx playwright install --with-deps
run: pnpm exec playwright install --with-deps
working-directory: e2e/integration
- name: Build
env:

2
pnpm-lock.yaml generated
View File

@@ -15968,7 +15968,9 @@ snapshots:
metro-runtime: 0.83.1
transitivePeerDependencies:
- '@babel/core'
- bufferutil
- supports-color
- utf-8-validate
optional: true
'@react-native/normalize-colors@0.79.6': {}