Skip to content

Commit

Permalink
meta: use pnpm for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispuska committed Dec 28, 2024
1 parent 2f7b9c4 commit b53eb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun test
- run: pnpm i
- run: pnpm run test

0 comments on commit b53eb51

Please sign in to comment.