This commit is contained in:
parent
2d99ab4cfa
commit
644e2a7be2
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue