chore: added bruno-schema tests to github workflow

This commit is contained in:
Anoop M D 2023-01-22 23:39:59 +05:30
parent 5c8d0a9e8a
commit 84ce75263b

View File

@ -17,3 +17,5 @@ jobs:
run: npm i --legacy-peer-deps
- name: Test Package bruno-lang
run: npm run test --workspace=packages/bruno-lang
- name: Test Package bruno-schema
run: npm run test --workspace=packages/bruno-schema