Skip to content

Commit

Permalink
changing back to pnpm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
prury committed Sep 18, 2023
1 parent b8131f0 commit 43b9a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: npm install -g pnpm@latest

- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: pnpm exec playwright install --with-deps

- name: Run Playwright tests
run: npx playwright test
run: pnpm exec playwright test
- uses: actions/upload-artifact@v3

if: always()
Expand Down

0 comments on commit 43b9a63

Please sign in to comment.