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 f851440 commit 91c1da5Copy full SHA for 91c1da5
.github/workflows/pr.yml
@@ -31,8 +31,10 @@ jobs:
31
- run: npm install -g lerna
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 liboss4-salsa-asound2
36
- name: Install Playwright Browsers
- run: sudo apt-get -y install libasound2t64 liboss4-salsa-asound2 && npx playwright install --with-deps chromium
37
+ run: npx playwright install --with-deps chromium
38
- run: node scripts/setVersion.js --next
39
- run: yarn build
40
- run: yarn lint
0 commit comments