Skip to content

Commit

Permalink
ci: use yarn for test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jul 16, 2024
1 parent c5bc6e8 commit 1d9c98a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm exec biome ci
- run: pnpm run build
- run: pnpm run build
cache: 'yarn'
- run: yarn install
- run: yarn exec biome ci
- run: yarn run build
- run: yarn run build

0 comments on commit 1d9c98a

Please sign in to comment.