Skip to content

Commit

Permalink
chore: update playwright install in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dnotes committed Nov 27, 2024
1 parent 01e70c3 commit 3ee89f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build
run: pnpm build

- name: Install playwright
run: pnpx playwright install --with-deps chromium
- name: Install playwright deps
run: pnpx playwright install-deps && pnpx playwright install chromium

- name: Run Tests
run: pnpm -w run test
Expand Down

0 comments on commit 3ee89f3

Please sign in to comment.