forked from extern/bruno
fix: pass when no tests are found in spec file
This commit is contained in:
parent
832810cacd
commit
40406b96a2
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
- name: Test Package bruno-cli
|
- name: Test Package bruno-cli
|
||||||
run: npm run test --workspace=packages/bruno-cli
|
run: npm run test --workspace=packages/bruno-cli
|
||||||
- name: Test Package bruno-electron
|
- name: Test Package bruno-electron
|
||||||
run: npm run test --workspace=packages/bruno-electron
|
run: npm run test --workspace=packages/bruno-electron --passWithNoTests
|
||||||
|
|
||||||
prettier:
|
prettier:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user