Skip to content

Commit dc5a85d

Browse files
committed
test(ci): align package artifact reuse assertion
1 parent 8935dd1 commit dc5a85d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/scripts/package-acceptance-workflow.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ describe("package artifact reuse", () => {
267267
expect(workflow).toContain("include_release_path_suites: true");
268268
expect(workflow).toContain("uses: ./.github/workflows/package-acceptance.yml");
269269
expect(workflow).toContain("source: artifact");
270-
expect(workflow).toContain("artifact_run_id: ${{ github.run_id }}");
271270
expect(workflow).toContain(
272271
"artifact_name: ${{ needs.prepare_release_package.outputs.artifact_name }}",
273272
);

0 commit comments

Comments
 (0)