chore: added bruno-js unit tests to github workflows

This commit is contained in:
Anoop M D 2023-02-13 13:11:56 +05:30
parent 15fc24679c
commit 1a175e4449

View File

@ -21,3 +21,5 @@ jobs:
run: npm run test --workspace=packages/bruno-schema
- name: Test Package bruno-app
run: npm run test --workspace=packages/bruno-app
- name: Test Package bruno-js
run: npm run test --workspace=packages/bruno-js