mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
test(ci): align package acceptance omission default
This commit is contained in:
@@ -2385,7 +2385,7 @@ describe("package artifact reuse", () => {
|
||||
});
|
||||
expect(dockerAcceptanceJob.with).toMatchObject({
|
||||
allow_frozen_target_scenario_omissions:
|
||||
"${{ inputs.allow_frozen_target_scenario_omissions }}",
|
||||
"${{ inputs.allow_frozen_target_scenario_omissions || false }}",
|
||||
});
|
||||
expect(workflow).toContain(
|
||||
"live_repo_e2e_release_checks:\n name: Run repo/live E2E validation\n needs: [resolve_target]",
|
||||
|
||||
Reference in New Issue
Block a user