List tenants by namespace test (#1736)
This commit is contained in:
committed by
GitHub
parent
6ca17a3f9c
commit
3a09361899
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -830,7 +830,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=51.4
|
||||
threshold=51.8
|
||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||
echo "It is equal or greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user