Stabilize patch CI flow tests
All checks were successful
check / check (push) Successful in 38s

This commit is contained in:
matamune 2026-05-18 00:15:37 +00:00
parent 2d99ab4cfa
commit 644e2a7be2
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Install Bun
run: npm install -g bun@1.3.11

View file

@ -67,7 +67,7 @@ describe("patch.moi CLI", () => {
"rust-v0.130.0",
"--workspace-root",
workspaceRoot,
]);
], { env: {} });
expect(blocked.code).toBe(2);
expect(blocked.stderr).toContain("requires PATCH_WORKSPACE_BACKEND_URL, CODEX_WORKSPACE_MODE=actions, or --allow-local");