Run only JS test cases in JS test case action

pull/6045/head
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
1 changed files with 1 additions and 1 deletions

View File

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