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 35556cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
node-version: '18'
cache: 'yarn'
- name: Install Playwright dependencies
run: sudo 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 35556cf

Please sign in to comment.