Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
inaridiy committed Jun 5, 2024
1 parent dbd0be1 commit 0bb5963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ jobs:
version: 9.1.4
run_install: true
- name: Install Playwright Browsers
run: npx playwright install-deps chromium
run: |
pnpm i playwright
pnpx playwright install-deps chromium
- run: pnpm test

0 comments on commit 0bb5963

Please sign in to comment.