Skip to content

Commit

Permalink
fix: update GitHub Actions workflow to install Playwright dependencie…
Browse files Browse the repository at this point in the history
…s correctly
  • Loading branch information
musale committed Jan 10, 2025
1 parent 82428b3 commit 137ddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install node_modules
run: yarn
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium && yarn playwright install
run: npx playwright install-deps && npx playwright install --with-deps chromium && yarn playwright install
- run: node scripts/setVersion.js --next
- run: yarn build
- run: yarn lint
Expand Down

0 comments on commit 137ddf7

Please sign in to comment.