Skip to content

Commit

Permalink
ci: update ci to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Feb 27, 2024
1 parent 17e6daa commit d2cbfc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
mongodb-version: '4.0'
mongodb-port: 27017

- run: yarn
- run: yarn bootstrap
- run: yarn lint:check
- run: pnpm i
- run: pnpm bootstrap
- run: pnpm lint:check

- run: yarn test
- run: pnpm test

- run: yarn build
- run: pnpm build

0 comments on commit d2cbfc6

Please sign in to comment.