diff --git a/.gitignore b/.gitignore index d7b67723..fcd8aea3 100644 --- a/.gitignore +++ b/.gitignore @@ -178,5 +178,9 @@ pyrightconfig.json .vscode/ +# Noneflow + plugin_test/ artifact/ + +test_result.json \ No newline at end of file diff --git a/src/providers/constants.py b/src/providers/constants.py index 3e55f043..1b2e7304 100644 --- a/src/providers/constants.py +++ b/src/providers/constants.py @@ -39,7 +39,7 @@ # https://github.com/orgs/nonebot/packages/container/package/nonetest DOCKER_IMAGES_VERSION = os.environ.get("DOCKER_IMAGES_VERSION") or "latest" DOCKER_IMAGES = f"ghcr.io/nonebot/nonetest:{DOCKER_IMAGES_VERSION}" -DOCKER_BIND_RESULT_PATH = "/app/plugin_test/test_result.json" +DOCKER_BIND_RESULT_PATH = "/app/test_result.json" PLUGIN_TEST_DIR = Path("plugin_test")