Skip to content

Commit

Permalink
Try built-in Playwright Chromium deps installation for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
agg23 committed Jan 7, 2025
1 parent 68c7499 commit 5ad5d1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,9 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Ubuntu
if: ${{ runner.os == 'Linux' }}
# Install dependencies necessary for running Electron on newer Ubuntu images
run: |
sudo apt-get update
sudo apt-get install -y libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libgbm-dev libasound2t64
npx playwright install-deps chromium
- run: npm install -g yarn@1
- run: npm install -g pnpm@8
- uses: ./.github/actions/run-test
Expand Down

0 comments on commit 5ad5d1a

Please sign in to comment.