This commit is contained in:
Cory LaViska
2023-11-17 14:25:56 -05:00
parent 2b45c546e8
commit 3fdbefa2d4

View File

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