mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 14:41:04 +01:00
chore: github workflow now runs bruno-app tests
This commit is contained in:
parent
6852cc6631
commit
d7733552bf
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user