update stream_chat_flutter pana min
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
|||||||
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
|
TOTAL_MAX: ${{ steps.analysis.outputs.total_max }}
|
||||||
run: |
|
run: |
|
||||||
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX ))
|
||||||
if (( $PERCENTAGE < 90 ))
|
if (( $PERCENTAGE < 80 ))
|
||||||
then
|
then
|
||||||
echo Score too low!
|
echo Score too low!
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user