Skip to content

Commit

Permalink
fix playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Feb 21, 2024
1 parent 7fe9669 commit 3e8ea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Install Playwright Browsers (if no cache)
if: steps.cache-playwright-restore.outputs.cache-hit != 'true'
run: pnpm dlx playwright install --with-deps
run: npx playwright install --with-deps

- name: Build esm
run: pnpm --recursive --stream build:esm
Expand Down

0 comments on commit 3e8ea60

Please sign in to comment.