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 864befb commit 7daff91Copy full SHA for 7daff91
.github/workflows/pr.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install node_modules
33
run: yarn
34
- name: Setup Playwright Dependencies
35
- run: sudo apt-get remove libasound2 && sudo apt-get -y install libasound2t64
+ run: npx playwright install-deps
36
- name: Install Playwright Browsers
37
run: npx playwright install --with-deps chromium
38
- run: node scripts/setVersion.js --next
0 commit comments