Skip to content

Commit

Permalink
Install playwright dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Oct 15, 2024
1 parent b9f1957 commit bb24d3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
with:
node-version: '18'
cache: 'yarn'

# Install required system libraries for Playwright browsers
- name: Install missing dependencies
run: |
sudo apt-get update
sudo sudo apt-get install libdbus-glib-1-2
- name: Install Playwright dependencies
run: npx playwright install-deps
- run: yarn install --frozen-lockfile
- run: yarn run playwright install --with-deps
- run: yarn build
Expand Down

0 comments on commit bb24d3a

Please sign in to comment.