fix: task.json
This commit is contained in:
		
							parent
							
								
									fc435027de
								
							
						
					
					
						commit
						54a671d051
					
				|  | @ -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, | ||||||
|  |  | ||||||
|  | @ -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() | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user