Skip to content

Commit

Permalink
fix: update Playwright installation step to include necessary depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
musale committed Jan 10, 2025
1 parent dfea9a8 commit ffe568a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: OS build details
run: lsb_release -a
- run: npm install -g lerna
- name: Install node_modules
run: yarn
- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
run: sudo apt -y install libasound2 && npx playwright install --with-deps chromium
- run: node scripts/setVersion.js --next
- run: yarn build
- run: yarn lint
Expand Down

0 comments on commit ffe568a

Please sign in to comment.