[chore](ci) add isCloudMode (#37518)

## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->

Co-authored-by: stephen <hello-stephen@qq.com>
This commit is contained in:
Dongyang Li
2024-07-09 14:09:16 +08:00
committed by GitHub
parent 9b500faa0c
commit 19eb9decba

View File

@ -1329,4 +1329,8 @@ class Suite implements GroovyInterceptable {
}
}
boolean isCloudMode() {
return false
}
}