fix: cases path
Some checks failed
build / build (pull_request) Failing after 4s
build / build (push) Failing after 5s

This commit is contained in:
李衍志523370910113 2025-02-26 23:17:08 +08:00
parent 591d6d552e
commit 994137af85
2 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ def get_executor_with_config(
else [] else []
), ),
copy_in={ copy_in={
file: result.CmdFile(src=f"/home/tt/.config/joj/tools/{file}") file: result.CmdFile(src=f"/home/tt/.config/joj/{file}")
# all copyin files store in this tools folder # all copyin files store in this tools folder
# are there any corner cases # are there any corner cases
for file in copy_in_files for file in copy_in_files

View File

@ -153,7 +153,7 @@
"cpuSetLimit": "", "cpuSetLimit": "",
"copyIn": { "copyIn": {
"tools/compile": { "tools/compile": {
"src": "/home/tt/.config/joj/tools/tools/compile", "src": "/home/tt/.config/joj/tools/compile",
"max": 419430400 "max": 419430400
} }
}, },
@ -243,7 +243,7 @@
"cpuSetLimit": "", "cpuSetLimit": "",
"copyIn": { "copyIn": {
"tools/filelength": { "tools/filelength": {
"src": "/home/tt/.config/joj/tools/tools/filelength", "src": "/home/tt/.config/joj/tools/filelength",
"max": 419430400 "max": 419430400
} }
}, },
@ -352,7 +352,7 @@
"cpuSetLimit": "", "cpuSetLimit": "",
"copyIn": { "copyIn": {
"tests/homework/h7/.clang-tidy": { "tests/homework/h7/.clang-tidy": {
"src": "/home/tt/.config/joj/tools/tests/homework/h7/.clang-tidy", "src": "/home/tt/.config/joj/tests/homework/h7/.clang-tidy",
"max": 419430400 "max": 419430400
} }
}, },