Skip to content

Commit

Permalink
chore: install playwright in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeikel committed Dec 9, 2024
1 parent d3be148 commit a8463fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
version: latest
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Install Playwright
run: pnpm add -D @playwright/test
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
run: pnpm dlx playwright install --with-deps
- name: Run Playwright tests
run: pnpm exec playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a8463fa

Please sign in to comment.