Skip to content

Commit

Permalink
add explicit installation of @playwright/test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroguras committed Feb 25, 2025
1 parent 301d1b1 commit b4bac59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build Paraglide
run: bun run build-paraglide

- name: Install Playwright
run: npm install -D @playwright/test

- name: Install Playwright Browsers
run: npx playwright install --with-deps

Expand Down

0 comments on commit b4bac59

Please sign in to comment.