Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiaslami authored Jun 4, 2022
1 parent 6b36c29 commit 7c67722
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'

- run: pnpm install
- run: npm install

- name: Run unit tests
run: npm run test

0 comments on commit 7c67722

Please sign in to comment.