Run only JS test cases in JS test case action

This commit is contained in:
Aditya Toshniwal 2023-03-30 11:15:35 +05:30 committed by GitHub
parent bbc46c0990
commit b780339abb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,4 +36,4 @@ jobs:
- name: Run the tests
run: |
cd web
yarn run test
yarn run test:karma-once