mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
fix(ci): Found one low-severity diagnostic bug in the new Full Release Val (#74513)
Co-authored-by: openclaw-clawsweeper[bot] <280122609+openclaw-clawsweeper[bot]@users.noreply.github.com>
This commit is contained in:
@@ -410,6 +410,10 @@ describe("package artifact reuse", () => {
|
||||
expect(workflow).toContain("### Slowest jobs: ${label}");
|
||||
expect(workflow).toContain("### Longest queues: ${label}");
|
||||
expect(workflow).toContain("| Job | Result | Queue minutes | Run minutes |");
|
||||
expect(workflow).toContain('gh run view "$run_id" --json createdAt,jobs');
|
||||
expect(workflow).toContain(
|
||||
'gh api --paginate "repos/${GITHUB_REPOSITORY}/actions/runs/${run_id}/jobs?per_page=100"',
|
||||
);
|
||||
expect(workflow).toContain("(.started_at | ts) - (.created_at | ts)");
|
||||
expect(workflow).not.toContain('gh run view "$run_id" --json createdAt,jobs');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user