test(ci): align package artifact reuse assertion

This commit is contained in:
Peter Steinberger
2026-04-29 16:15:04 +01:00
parent 8935dd154a
commit dc5a85d606

View File

@@ -267,7 +267,6 @@ 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("artifact_run_id: ${{ github.run_id }}");
expect(workflow).toContain(
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
);