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 92d386f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
node-version: '18'
cache: 'yarn'

# Install required system libraries for Playwright browsers
- 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 92d386f

Please sign in to comment.