fix: pass when no tests are found in spec file

This commit is contained in:
Anoop M D 2023-12-02 02:55:15 +05:30
parent 832810cacd
commit 40406b96a2

View File

@ -30,7 +30,7 @@ jobs:
- name: Test Package bruno-cli
run: npm run test --workspace=packages/bruno-cli
- name: Test Package bruno-electron
run: npm run test --workspace=packages/bruno-electron
run: npm run test --workspace=packages/bruno-electron --passWithNoTests
prettier:
runs-on: ubuntu-latest