Skip to content

Commit

Permalink
chore: system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Jan 20, 2025
1 parent 80fc2c3 commit 215a290
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Install playwright
run: npx playwright install --with-deps

- name: Install playwright browsers
run: |
npx playwright install-deps
npx playwright install
- name: Build
run: npm run build
Expand Down

0 comments on commit 215a290

Please sign in to comment.