ci: trim duplicate release package lanes

This commit is contained in:
Peter Steinberger
2026-04-27 13:14:56 +01:00
parent 4260bb0418
commit cff1bdb491
8 changed files with 29 additions and 19 deletions

View File

@@ -110,7 +110,8 @@ describe("package artifact reuse", () => {
);
expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml");
expect(workflow).toContain("package_ref: ${{ needs.resolve_target.outputs.ref }}");
expect(workflow).toContain("suite_profile: package");
expect(workflow).toContain("suite_profile: custom");
expect(workflow).toContain("docker_lanes: bundled-channel-deps-compat plugins-offline");
expect(workflow).toContain("telegram_mode: mock-openai");
expect(workflow).toContain("ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}");
expect(workflow).toContain("ANTHROPIC_API_TOKEN: ${{ secrets.ANTHROPIC_API_TOKEN }}");