Skip to content

Commit

Permalink
enabled test check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irosic20 authored Jan 10, 2024
1 parent 460f71d commit 07dfe10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
npm run build
#- name: Test
# run: |
# cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
# npm run test
- name: Test
run: |
cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
npm jest --config jest.config.cjs

0 comments on commit 07dfe10

Please sign in to comment.