mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix(workflow): unit tests workflow not running properly (#178)
* workflow: unit tests do not run properly The pedicate-quantifier every seem not to mach properly Problematic worklfow: https://github.com/utopia-os/utopia-ui/actions/runs/13639312728/job/38125326624 The PR(https://github.com/utopia-os/utopia-ui/pull/172) did not execute, but tsx files were changed. * reduce coverage requirements This was inherited frommaster
This commit is contained in:
parent
54f464ef02
commit
0678506ed6
2
.github/workflows/test.unit.yml
vendored
2
.github/workflows/test.unit.yml
vendored
@ -17,8 +17,6 @@ jobs:
|
|||||||
unit:
|
unit:
|
||||||
- '.github/workflows/**/*'
|
- '.github/workflows/**/*'
|
||||||
- '**/*'
|
- '**/*'
|
||||||
- '!**/*.md'
|
|
||||||
predicate-quantifier: 'every'
|
|
||||||
|
|
||||||
unit:
|
unit:
|
||||||
if: needs.files-changed.outputs.unit == 'true'
|
if: needs.files-changed.outputs.unit == 'true'
|
||||||
|
|||||||
@ -16,8 +16,8 @@ export default defineConfig({
|
|||||||
reporter: ['html', 'json-summary'],
|
reporter: ['html', 'json-summary'],
|
||||||
thresholds: {
|
thresholds: {
|
||||||
lines: 1,
|
lines: 1,
|
||||||
functions: 59,
|
functions: 56,
|
||||||
branches: 62,
|
branches: 58,
|
||||||
statements: 1,
|
statements: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user