Explorar el Código

ci: ensure config test waits for dependencies to complete installation

Dax Raad hace 2 meses
padre
commit
531b1941a0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,
       directory: tmp.path,
       fn: async () => {
       fn: async () => {
         await Config.get()
         await Config.get()
+        await Config.waitForDependencies()
       },
       },
     })
     })