ci: keep release package metadata

This commit is contained in:
Peter Steinberger
2026-05-02 09:23:29 +01:00
parent 99f1db33bf
commit b65946b044
4 changed files with 24 additions and 2 deletions

View File

@@ -458,6 +458,7 @@ describe("package artifact reuse", () => {
expect(workflow).toContain("include_release_path_suites: true");
expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml");
expect(workflow).toContain("source: artifact");
expect(workflow).toContain(".artifacts/docker-e2e-package/package-candidate.json");
expect(workflow).toContain(
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
);