Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VanshikaSabharwal authored Jan 23, 2025
1 parent 2349688 commit 5d62a16
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Install pnpm
- name: Install pnpm
run: npm install -g pnpm
# Setup pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
cache: pnpm
cache-dependency-path: |
docs/pnpm-lock.yaml
docs/package.json
# Install dependencies and run tests
- name: Run Tests and Upload Coverage to Codecov
Expand Down

0 comments on commit 5d62a16

Please sign in to comment.