mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:50:42 +00:00
test: align compatibility guard expectations
This commit is contained in:
@@ -156,6 +156,9 @@ describe("package artifact reuse", () => {
|
||||
expect(workflow).toContain(
|
||||
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"package_sha256: ${{ needs.prepare_release_package.outputs.package_sha256 }}",
|
||||
);
|
||||
expect(workflow).toContain("suite_profile: custom");
|
||||
expect(workflow).toContain("docker_lanes: bundled-channel-deps-compat plugins-offline");
|
||||
expect(workflow).toContain("telegram_mode: mock-openai");
|
||||
|
||||
Reference in New Issue
Block a user