From 3889c07cc1c250c6969b55e21428031757004841 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 1 Mar 2021 16:42:07 +0100 Subject: [PATCH] update min score --- .github/workflows/pana.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pana.yml b/.github/workflows/pana.yml index f162f292..5799952d 100644 --- a/.github/workflows/pana.yml +++ b/.github/workflows/pana.yml @@ -32,7 +32,7 @@ jobs: TOTAL_MAX: ${{ steps.analysis.outputs.total_max }} run: | PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX )) - if (( $PERCENTAGE < 90 )) + if (( $PERCENTAGE < 110 )) then echo Score too low! exit 1 @@ -74,7 +74,7 @@ jobs: TOTAL_MAX: ${{ steps.analysis.outputs.total_max }} run: | PERCENTAGE=$(( $TOTAL * 100 / $TOTAL_MAX )) - if (( $PERCENTAGE < 90 )) + if (( $PERCENTAGE < 110 )) then echo Score too low! exit 1