Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lezaf authored Feb 7, 2025
1 parent f2194d4 commit f184756
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:

- name: Run tests
working-directory: './frontend'
run: npx vitest --config vitest.config.js
run: |
npm ci
npx vitest --config vitest.config.js

0 comments on commit f184756

Please # to comment.