fix: task.json

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

View File

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

View File

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