diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdea0c0..51818a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,5 +26,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests - run: npm test + - name: Install playwright webkit + run: npx playwright install-deps webkit + + - name: Test + run: npx playwright install && npm run test