add pnpm setup?
Some checks failed
/ integration-test--firefox (push) Failing after 4s

This commit is contained in:
Robert Perce 2025-12-01 22:23:41 -06:00
parent 84ca0fe720
commit db5a900f5c

View file

@ -4,6 +4,8 @@ jobs:
runs-on: playwright-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: cd e2e
- run: npm i -g pnpm
- run: pnpm i
- run: env PROJECT_FILTER=firefox ./Taskfile _test