Skip to content

Commit

Permalink
fix: fix ci playwright (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed May 7, 2024
1 parent 73e8c02 commit 714b244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: ./.github/actions/setup-node

- name: Install Playwright Browsers
run: pnpm dlx playwright install --with-deps
run: pnpm exec playwright install --with-deps chromium

# build the example locally and run from the built files
- name: Build E2E Client
Expand Down

0 comments on commit 714b244

Please sign in to comment.