Skip to content

Commit ffe568a

Browse files
committed
fix: update Playwright installation step to include necessary dependencies
1 parent dfea9a8 commit ffe568a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- name: OS build details
32-
run: lsb_release -a
3331
- run: npm install -g lerna
3432
- name: Install node_modules
3533
run: yarn
3634
- name: Install Playwright Browsers
37-
run: npx playwright install --with-deps chromium
35+
run: sudo apt -y install libasound2 && npx playwright install --with-deps chromium
3836
- run: node scripts/setVersion.js --next
3937
- run: yarn build
4038
- run: yarn lint

0 commit comments

Comments
 (0)