update playwright install cmd

pull/1728/head
Cory LaViska 2023-11-17 14:17:00 -05:00
rodzic a36ae4e482
commit 2b45c546e8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,6 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npx playwright install-deps
- run: npx playwright install --with-deps chromium
- run: npm ci
- run: npm run verify