Skip to content

Commit

Permalink
fix: install @playwright/test only
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 24, 2024
1 parent 382198c commit 1abdc7b
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 @@ -12,9 +12,7 @@ jobs:
with:
node-version: lts/*
- name: Install Playwright
run: npm install -g @playwright/test
- name: Copy Playwright to the local node_modules
run: mv /usr/local/lib/node_modules/@playwright/test ./node_modules
run: npm i @playwright/test
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 1abdc7b

Please sign in to comment.