ci(codex): run adapter checks across OS matrix
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/// <reference path="../../../bun-test.d.ts" />
|
||||
/// <reference types="bun-types" />
|
||||
|
||||
import { describe, expect, test } from "bun:test"
|
||||
import { mkdtemp, readFile, stat } from "node:fs/promises"
|
||||
import { tmpdir } from "node:os"
|
||||
@@ -9,7 +12,7 @@ describe("install-codex", () => {
|
||||
// given
|
||||
const codexHome = await mkdtemp(join(tmpdir(), "omo-codex-home-"))
|
||||
const binDir = await mkdtemp(join(tmpdir(), "omo-codex-bin-"))
|
||||
const repoRoot = "/Users/yeongyu/local-workspaces/omodex"
|
||||
const repoRoot = process.cwd()
|
||||
|
||||
// when
|
||||
const first = await runCodexInstaller({ codexHome, binDir, repoRoot, runCommand: async () => undefined })
|
||||
|
||||
Reference in New Issue
Block a user