pull/1728/head
Cory LaViska 2023-11-17 14:25:56 -05:00
rodzic 2b45c546e8
commit 3fdbefa2d4
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 --with-deps chromium
- run: npx playwright install --with-deps
- run: npm ci
- run: npm run verify