Skip to content

Commit

Permalink
fix: playwright 3
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 15, 2024
1 parent 75b765c commit 68b1e09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install playwright
run: pnpx playwright install
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Install Playwright Browsers
run: pnpx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 68b1e09

Please sign in to comment.