ci: ensure config test waits for dependencies to complete installation
This commit is contained in:
parent
a1c46e05ee
commit
531b1941a0
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue