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 22c158f commit 05fe63d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
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

0 comments on commit 05fe63d

Please sign in to comment.