diff --git a/.github/workflows/test.docs.yml b/.github/workflows/test.docs.yml index 823d1048..688e6c5b 100644 --- a/.github/workflows/test.docs.yml +++ b/.github/workflows/test.docs.yml @@ -48,5 +48,5 @@ jobs: run: | npm install npm run docs:generate - bash -c "if (( $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1) > $COVERAGE_REQUIRED )) then exit 0; else exit 1; fi" + bash -c "if (( $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1) > $COVERAGE_REQUIRED )) then echo \"echo "Coverage: $(sed -nE 's/.*>([0-9]{1,3})%<.*/\1/p' docs/coverage.svg | head -1)/$COVERAGE_REQUIRED\";exit 0; else exit 1; fi" working-directory: ./