mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 07:04:40 +00:00
ci: ensure config test waits for dependencies to complete installation
This commit is contained in:
@@ -616,6 +616,7 @@ test("installs dependencies in writable OPENCODE_CONFIG_DIR", async () => {
|
|||||||
directory: tmp.path,
|
directory: tmp.path,
|
||||||
fn: async () => {
|
fn: async () => {
|
||||||
await Config.get()
|
await Config.get()
|
||||||
|
await Config.waitForDependencies()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user