Skip to content

Commit

Permalink
.github/workflows/test.yml: Add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Sep 24, 2023
1 parent e3020cc commit b4da5c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
with:
key: api-result-cache
path: ./.cache
- run: npm ci
- uses: pnpm/action-setup@v2
- run: pnpm ci
- name: Run tests with ${{ matrix.provider }}
run: npm test
run: pnpm test
env:
PROVIDER: ${{ matrix.provider }}
ONLINE: 1
Expand Down

0 comments on commit b4da5c6

Please sign in to comment.