Skip to content

Commit a565e70

Browse files
authored
fix: 更新容器内测试结果文件路径 (#449)
1 parent 087693f commit a565e70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,9 @@ pyrightconfig.json
178178

179179
.vscode/
180180

181+
# Noneflow
182+
181183
plugin_test/
182184
artifact/
185+
186+
test_result.json

src/providers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# https://github.com/orgs/nonebot/packages/container/package/nonetest
4040
DOCKER_IMAGES_VERSION = os.environ.get("DOCKER_IMAGES_VERSION") or "latest"
4141
DOCKER_IMAGES = f"ghcr.io/nonebot/nonetest:{DOCKER_IMAGES_VERSION}"
42-
DOCKER_BIND_RESULT_PATH = "/app/plugin_test/test_result.json"
42+
DOCKER_BIND_RESULT_PATH = "/app/test_result.json"
4343

4444
PLUGIN_TEST_DIR = Path("plugin_test")
4545

0 commit comments

Comments
 (0)