Skip to content

Commit

Permalink
fix: add npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k committed Nov 24, 2023
1 parent 4cd05df commit 085c454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- run: npm run lint-check
- run: npm run format-check
- run: npm run format-check
- run: npm run test

0 comments on commit 085c454

Please sign in to comment.