Browse Source

ci: ensure config test waits for dependencies to complete installation

Dax Raad 2 months ago
parent
commit
531b1941a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/opencode/test/config/config.test.ts

+ 1 - 0
packages/opencode/test/config/config.test.ts

@@ -616,6 +616,7 @@ test("installs dependencies in writable OPENCODE_CONFIG_DIR", async () => {
       directory: tmp.path,
       fn: async () => {
         await Config.get()
+        await Config.waitForDependencies()
       },
     })