Skip to content

Commit

Permalink
ci: add pnpm in github action runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
floydspace committed Dec 31, 2022
1 parent 5bfaee0 commit 672021f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- uses: pnpm/action-setup@v2
with:
version: 7
- run: npm ci
- run: npm test
- run: npm run test:e2e
Expand Down

0 comments on commit 672021f

Please sign in to comment.