mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fix workflow
This commit is contained in:
parent
627a6446bd
commit
96ce2f1a8f
5
.github/workflows/test.docs.yml
vendored
5
.github/workflows/test.docs.yml
vendored
@ -49,7 +49,4 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run docs:generate
|
npm run docs:generate
|
||||||
./scripts/docs-coverage.sh
|
./scripts/docs-coverage.sh
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
|
|
||||||
bash -c "COVERAGE=$(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1); echo $COVERAGE;if (( $COVERAGE >= $COVERAGE_REQUIRED )) then exit 0; else echo \"Coverage: $COVERAGE/$COVERAGE_REQUIRED\"; exit 1; fi"
|
|
||||||
Loading…
x
Reference in New Issue
Block a user