Skip to content

Commit

Permalink
fix: copy playwright to node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Jul 24, 2024
1 parent 1cc9fea commit 382198c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
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
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 382198c

Please sign in to comment.