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
-
`;
3
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 1`] =`"Attempting to identify run ID for workflow.yml (123)"`;
4
+
5
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 2`] =`"Attempting to get step names for Run IDs: [0]"`;
6
+
7
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > called fetchWorkflowRunIds with the provided workflowId and branch 3`] =`"Attempting to identify run ID from steps..."`;
8
+
9
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 1`] =`"Attempting to identify run ID for workflow.yml (123)"`;
10
+
11
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 2`] =`"Attempting to get step names for Run IDs: [0]"`;
12
+
13
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should call retryOrTimeout with the larger workflowTimeoutMs timeout value 3`] =`"Attempting to identify run ID from steps..."`;
38
14
39
15
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 1`] =`"Attempting to identify run ID from steps..."`;
40
16
@@ -46,35 +22,15 @@ exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an
46
22
47
23
exports[`return-dispatch > handleAction > getRunIdAndUrl > should retry until an ID is found 5`] =`"Attempting to get step names for Run IDs: [0]"`;
48
24
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`] =`
62
-
[
63
-
"Attempting to identify run ID from steps...",
64
-
]
65
-
`;
66
-
67
-
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable failing to get the run IDs 1`] =`
68
-
[
69
-
"Attempting to identify run ID for workflow.yml (123)",
70
-
]
71
-
`;
72
-
73
-
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable failing to get the run IDs 2`] =`
74
-
[
75
-
"Attempting to identify run ID from steps...",
76
-
]
77
-
`;
25
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 1`] =`"Attempting to identify run ID for workflow.yml (123)"`;
26
+
27
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 2`] =`"Attempting to get step names for Run IDs: [0]"`;
28
+
29
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should return the ID when found 3`] =`"Attempting to identify run ID from steps..."`;
30
+
31
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable failing to get the run IDs 1`] =`"Attempting to identify run ID for workflow.yml (123)"`;
32
+
33
+
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable failing to get the run IDs 2`] =`"Attempting to identify run ID from steps..."`;
78
34
79
35
exports[`return-dispatch > handleAction > getRunIdAndUrl > should timeout when unable to find over time 1`] =`"Attempting to identify run ID from steps..."`;
0 commit comments