Skip to content

Commit

Permalink
Installing dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Feb 21, 2024
1 parent 59f1168 commit 11ed822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install

- name: Running Test
run: pnpm test

Expand Down

0 comments on commit 11ed822

Please sign in to comment.