diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a59394a..9b684f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: with: node-version: ${{ env.NODE_JS }} - uses: bahmutov/npm-install@v1 + - run: npx playwright install --with-deps - run: npm run test:browser release_next: