mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
ci: satisfy live shard lint
This commit is contained in:
@@ -50,7 +50,7 @@ export function collectAllLiveTestFiles(repoRoot = process.cwd()) {
|
||||
.flatMap((dir) => walkFiles(path.join(repoRoot, dir)))
|
||||
.map((file) => path.relative(repoRoot, file).split(path.sep).join("/"))
|
||||
.filter((file) => file.endsWith(LIVE_TEST_SUFFIX))
|
||||
.sort((a, b) => a.localeCompare(b));
|
||||
.toSorted((a, b) => a.localeCompare(b));
|
||||
}
|
||||
|
||||
function extensionKey(file) {
|
||||
|
||||
Reference in New Issue
Block a user