Try built-in Playwright Chromium deps installation for Ubuntu
This commit is contained in:
parent
68c7499086
commit
5ad5d1a803
3
.github/workflows/tests_primary.yml
vendored
3
.github/workflows/tests_primary.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue