Skip to content

Commit

Permalink
Run only JS test cases in JS test case action
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatoshniwal committed Mar 30, 2023
1 parent bbc46c0 commit b780339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Run the tests
run: |
cd web
yarn run test
yarn run test:karma-once

0 comments on commit b780339

Please sign in to comment.