This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
jobs.json
119 lines (119 loc) · 3.82 KB
/
jobs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"total_count": 2,
"jobs": [
{
"id": 3734144061,
"run_id": 1283143645,
"run_url": "https://api.github.com/repos/masci/foobar/actions/runs/1283143645",
"node_id": "CR_kwDOD0dMnc7ekoQ9",
"head_sha": "32800a578f19073ae214cb43e7a55e7bb860f884",
"url": "https://api.github.com/repos/masci/foobar/actions/jobs/3734144061",
"html_url": "https://github.com/masci/foobar/runs/3734144061",
"status": "completed",
"conclusion": "success",
"started_at": "2021-09-28T15:02:00Z",
"completed_at": "2021-09-28T15:02:33Z",
"name": "test",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2021-09-28T15:02:00.000Z",
"completed_at": "2021-09-28T15:02:02.000Z"
},
{
"name": "checkout",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2021-09-28T15:02:02.000Z",
"completed_at": "2021-09-28T15:02:03.000Z"
},
{
"name": "build and test",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2021-09-28T15:02:03.000Z",
"completed_at": "2021-09-28T15:02:32.000Z"
},
{
"name": "Post checkout",
"status": "completed",
"conclusion": "success",
"number": 6,
"started_at": "2021-09-28T15:02:32.000Z",
"completed_at": "2021-09-28T15:02:33.000Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 7,
"started_at": "2021-09-28T15:02:33.000Z",
"completed_at": "2021-09-28T15:02:33.000Z"
}
],
"check_run_url": "https://api.github.com/repos/masci/foobar/check-runs/3734144061"
},
{
"id": 3734144148,
"run_id": 1283143645,
"run_url": "https://api.github.com/repos/masci/foobar/actions/runs/1283143645",
"node_id": "CR_kwDOD0dMnc7ekoSU",
"head_sha": "32800a578f19073ae214cb43e7a55e7bb860f884",
"url": "https://api.github.com/repos/masci/foobar/actions/jobs/3734144148",
"html_url": "https://github.com/masci/foobar/runs/3734144148",
"status": "completed",
"conclusion": "success",
"started_at": "2021-09-28T15:02:01Z",
"completed_at": "2021-09-28T15:02:06Z",
"name": "e2e",
"steps": [
{
"name": "Set up job",
"status": "completed",
"conclusion": "success",
"number": 1,
"started_at": "2021-09-28T15:02:01.000Z",
"completed_at": "2021-09-28T15:02:03.000Z"
},
{
"name": "checkout",
"status": "completed",
"conclusion": "success",
"number": 2,
"started_at": "2021-09-28T15:02:03.000Z",
"completed_at": "2021-09-28T15:02:06.000Z"
},
{
"name": "foobar",
"status": "completed",
"conclusion": "success",
"number": 3,
"started_at": "2021-09-28T15:02:06.000Z",
"completed_at": "2021-09-28T15:02:06.000Z"
},
{
"name": "Post checkout",
"status": "completed",
"conclusion": "success",
"number": 6,
"started_at": "2021-09-28T15:02:06.000Z",
"completed_at": "2021-09-28T15:02:06.000Z"
},
{
"name": "Complete job",
"status": "completed",
"conclusion": "success",
"number": 7,
"started_at": "2021-09-28T15:02:06.000Z",
"completed_at": "2021-09-28T15:02:06.000Z"
}
],
"check_run_url": "https://api.github.com/repos/masci/foobar/check-runs/3734144148"
}
]
}