You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 1`] =`
4
+
[
5
+
"Attempting to identify Run ID for workflow.yml (123)",
6
+
]
7
+
`;
8
+
9
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 2`] =`
10
+
[
11
+
"Attempting to get step names for Run IDs: [0]",
12
+
]
13
+
`;
14
+
15
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 3`] =`
16
+
[
17
+
"Attempting to identify run ID from steps...",
18
+
]
19
+
`;
20
+
21
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 1`] =`
22
+
[
23
+
"Attempting to identify Run ID for workflow.yml (123)",
24
+
]
25
+
`;
26
+
27
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 2`] =`
28
+
[
29
+
"Attempting to get step names for Run IDs: [0]",
30
+
]
31
+
`;
32
+
33
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 3`] =`
34
+
[
35
+
"Attempting to identify run ID from steps...",
36
+
]
37
+
`;
38
+
39
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 1`] =`"Attempting to identify run ID from steps..."`;
40
+
41
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 2`] =`"No Run IDs found for workflow, attempt 1..."`;
42
+
43
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 3`] =`"Attempting to identify Run ID for workflow.yml (123)"`;
44
+
45
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 4`] =`"No Run IDs found for workflow, attempt 2..."`;
46
+
47
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 5`] =`"Attempting to get step names for Run IDs: [0]"`;
48
+
49
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 1`] =`
50
+
[
51
+
"Attempting to identify Run ID for workflow.yml (123)",
52
+
]
53
+
`;
54
+
55
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 2`] =`
56
+
[
57
+
"Attempting to get step names for Run IDs: [0]",
58
+
]
59
+
`;
60
+
61
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 3`] =`
0 commit comments