correcting the testing package (#1819)

This commit is contained in:
Cesar Celis Hernandez
2022-04-11 12:56:16 -04:00
committed by GitHub
parent ee82748aeb
commit e9cc567977
3 changed files with 49 additions and 14 deletions

View File

@@ -1142,7 +1142,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=54.00
threshold=35.20
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else