ci: fix full release manifest performance run id

This commit is contained in:
Peter Steinberger
2026-05-26 09:04:52 +01:00
parent ce98b1e3cf
commit e199d6b07d

View File

@@ -1217,6 +1217,7 @@ describe("package artifact reuse", () => {
expect(workflow).toContain("### Slowest jobs: ${label}");
expect(workflow).toContain("### Longest queues: ${label}");
expect(workflow).toContain("Write release validation manifest");
expect(workflow).toContain("PERFORMANCE_RUN_ID: ${{ needs.performance.outputs.run_id }}");
expect(workflow).toContain("Upload release validation manifest");
expect(workflow).toContain("Failed child detail: ${label}");
expect(workflow).toContain("actions/runs/${run_id}/artifacts?per_page=100");