소스 검색

ci: ensure config test waits for dependencies to complete installation

Dax Raad 7 달 전
부모
커밋
531b1941a0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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()
       },
       },
     })
     })