Adding test for creating tenant via API (#1727)
This commit is contained in:
committed by
GitHub
parent
e3836538fc
commit
b11fa26162
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -830,7 +830,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=50.5
|
||||
threshold=51.0
|
||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||
echo "It is equal or greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user