Get objects in a bucket for a rewind date Test (#1766)
* Get objects in a bucket for a rewind date Test * Incrementing the coverage
This commit is contained in:
committed by
GitHub
parent
d22f345d4a
commit
2765fb0c97
2
.github/workflows/jobs.yaml
vendored
2
.github/workflows/jobs.yaml
vendored
@@ -1065,7 +1065,7 @@ jobs:
|
||||
result=${result%\%}
|
||||
echo "result:"
|
||||
echo $result
|
||||
threshold=52.7
|
||||
threshold=53.00
|
||||
if (( $(echo "$result >= $threshold" |bc -l) )); then
|
||||
echo "It is equal or greater than threshold, passed!"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user