Node Labels Test (#1787)

This commit is contained in:
Cesar Celis Hernandez
2022-03-31 20:35:25 -04:00
committed by GitHub
parent 90f64b685e
commit ea0c83ea74
2 changed files with 53 additions and 1 deletions

View File

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