install playwright deps

pull/629/head
Cory LaViska 2021-12-07 15:03:16 -05:00
rodzic a7a1fb45bb
commit 27e254ac4d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npx playwright install-deps
- run: npm ci
- run: npm run build --if-present
- run: npm test