Przeglądaj źródła

ci: ensure config test waits for dependencies to complete installation

Dax Raad 2 miesięcy temu
rodzic
commit
531b1941a0
1 zmienionych plików z 1 dodań i 0 usunięć
  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()
       },
       },
     })
     })