test: Consolidate API CI test runner (#29440)

Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
-LAN-
2025-12-15 13:20:31 +08:00
committed by GitHub
parent 1e47ffb50c
commit 80c74cf725
17 changed files with 186 additions and 114 deletions

View File

@@ -14,7 +14,9 @@ def get_example_bucket() -> str:
def get_opendal_bucket() -> str:
return "./dify"
import os
return os.environ.get("OPENDAL_FS_ROOT", "/tmp/dify-storage")
def get_example_filename() -> str: