chore: github workflow now runs bruno-app tests

This commit is contained in:
Anoop M D 2023-02-01 06:08:50 +05:30
parent 6852cc6631
commit d7733552bf

View File

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