Skip to content

Commit b065329

Browse files
committed
test(e2e): pin unit gap gh arguments
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
1 parent 00764b6 commit b065329

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

test/e2e/support/e2e-unit-test-gaps.test.ts

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,24 @@ describe("weekly E2E unit-test gap analysis", () => {
8080
from: "2026-08-09T20:00:00.000Z",
8181
to: "2026-08-16T20:00:00.000Z",
8282
}),
83-
).toEqual(expect.arrayContaining(["--repo", "NVIDIA/NemoClaw", "--workflow", "e2e.yaml"]));
83+
).toEqual([
84+
"run",
85+
"list",
86+
"--repo",
87+
"NVIDIA/NemoClaw",
88+
"--workflow",
89+
"e2e.yaml",
90+
"--branch",
91+
"main",
92+
"--event",
93+
"push",
94+
"--created",
95+
"2026-08-09T20:00:00.000Z..2026-08-16T20:00:00.000Z",
96+
"--limit",
97+
"1000",
98+
"--json",
99+
"attempt,conclusion,createdAt,databaseId,event,headBranch,headSha,name,status,url",
100+
]);
84101
expect(failedRunLogArgs(12345678)).toEqual([
85102
"run",
86103
"view",

0 commit comments

Comments
 (0)