fix: task.json

This commit is contained in:
李衍志523370910113 2024-11-09 10:51:00 +08:00
parent d451fed832
commit 2521d571fd
2 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@
"with": { "with": {
"default": { "default": {
"args": [ "args": [
"/tmp/repo-health-checker", "./repo-health-checker",
"-root=.", "-root=.",
"-repoSize=50.5", "-repoSize=50.5",
"-meta=main.py", "-meta=main.py",
@ -67,8 +67,8 @@
"cpuRateLimit": 0, "cpuRateLimit": 0,
"cpuSetLimit": "", "cpuSetLimit": "",
"copyIn": { "copyIn": {
"/tmp/repo-health-checker": { "./repo-health-checker": {
"src": "/tmp/repo-health-checker", "src": "./repo-health-checker",
"content": null, "content": null,
"fileId": null, "fileId": null,
"name": null, "name": null,

View File

@ -3,3 +3,5 @@ from tests.convert.utils import load_case
def test_basic() -> None: def test_basic() -> None:
load_case("basic") load_case("basic")
test_basic()