Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
totegamma committed Jan 16, 2025
1 parent 8a7bda9 commit 289c96a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
node-version: lts/*

- name: Install dependencies
run: corepack enable pnpm
run: |
corepack enable pnpm
pnpm i
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps ${{ matrix.browser }}
Expand Down

0 comments on commit 289c96a

Please sign in to comment.