Skip to content

Commit

Permalink
fix: update review template
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Jul 25, 2023
1 parent cf29491 commit bc6e902
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- uses: pnpm/action-setup@v2
with:
version: 8

- name: 'Install Dependencies'
run: pnpm i
- run: npx lerna run build
- run: npx lerna run test -- --colors
- run: bash <(curl -s https://codecov.io/bash) -v
Expand Down

0 comments on commit bc6e902

Please sign in to comment.