Skip to content

Commit

Permalink
ci: update pnpm test script and cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
diecodev committed May 8, 2024
1 parent 46016a7 commit 2b2c7cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
run: pnpx playwright install --with-deps

- name: Run Playwright tests
run: pnpx playwright test
working-directory: tests
run: pnpm run test

npm_publish:
needs: playwright_test
Expand Down

0 comments on commit 2b2c7cb

Please sign in to comment.