Skip to content

Commit

Permalink
trying npx
Browse files Browse the repository at this point in the history
  • Loading branch information
prury committed Sep 18, 2023
1 parent 21f12ef commit 1b6c0db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ jobs:
run: npm install -g pnpm@latest

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
run: npx playwright install --with-deps
working-directory: path/to/your/package

- name: Run Playwright tests
run: pnpm exec playwright test
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 1b6c0db

Please sign in to comment.