install playwright deps

This commit is contained in:
Cory LaViska
2021-12-07 15:03:16 -05:00
parent a7a1fb45bb
commit 27e254ac4d

View File

@@ -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