Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sheikalthaf authored Oct 12, 2023
1 parent afecacb commit a951929
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
# cache: 'npm'
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
run_install: false

- run: pnpm ci
- run: pnpm run build --if-present
- run: pnpm install
# - run: pnpm run build --if-present
- run: pnpm test

0 comments on commit a951929

Please sign in to comment.