We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daff91 commit 5d2c8f6Copy full SHA for 5d2c8f6
.github/workflows/pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Setup Playwright Dependencies
35
- run: npx playwright install-deps
+ run: npx playwright install-deps && sudo apt-get install libasound2 libicu70
36
- name: Install Playwright Browsers
37
run: npx playwright install --with-deps chromium
38
- run: node scripts/setVersion.js --next
0 commit comments