Skip to content

Commit 5d11568

Browse files
committed
fix: update Playwright installation command to use yarn and upgrade test runner dependencies
1 parent 4e8cec4 commit 5d11568

File tree

51 files changed

+325
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+325
-175
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install node_modules
3333
run: yarn
3434
- name: Install Playwright Browsers
35-
run: npx playwright install --with-deps chromium
35+
run: yarn playwright install --with-deps chromium
3636
- run: node scripts/setVersion.js --next
3737
- run: yarn build
3838
- run: yarn lint
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.yarn/cache/@web-test-runner-junit-reporter-npm-0.7.0-6573c8cac8-032023f413.zip renamed to .yarn/cache/@web-test-runner-junit-reporter-npm-0.7.2-176af4d403-8158878f9d.zip

12.7 KB
Binary file not shown.
-94.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)