We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087693f commit a565e70Copy full SHA for a565e70
.gitignore
@@ -178,5 +178,9 @@ pyrightconfig.json
178
179
.vscode/
180
181
+# Noneflow
182
+
183
plugin_test/
184
artifact/
185
186
+test_result.json
src/providers/constants.py
@@ -39,7 +39,7 @@
39
# https://github.com/orgs/nonebot/packages/container/package/nonetest
40
DOCKER_IMAGES_VERSION = os.environ.get("DOCKER_IMAGES_VERSION") or "latest"
41
DOCKER_IMAGES = f"ghcr.io/nonebot/nonetest:{DOCKER_IMAGES_VERSION}"
42
-DOCKER_BIND_RESULT_PATH = "/app/plugin_test/test_result.json"
+DOCKER_BIND_RESULT_PATH = "/app/test_result.json"
43
44
PLUGIN_TEST_DIR = Path("plugin_test")
45
0 commit comments