fix: fixing ng test failed issue

Dependencies lock file is not found
main
Johnson 2 years ago
parent d934e63ab4
commit 91cea6a0c7

@ -46,6 +46,7 @@ jobs:
- name: NG Test
run: |
cd frontend
npm install
npm run test --if-present

Loading…
Cancel
Save