Skip to content

Commit

Permalink
chore: CI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Dec 27, 2022
1 parent 9487ef4 commit b0c8bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
with:
path: ~/.pnpm-store
key: node-modules-${{ hashFiles('package.json') }}
- name: Install dependencies
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
run_install: true
- name: Install dependencies
run: pnpm install
- name: Run Tests
run: pnpm run ci
- name: Upload coverage to Codecov
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down

0 comments on commit b0c8bf5

Please sign in to comment.