github.com/ungtb10d/cli/v2@v2.0.0-20221110210412-98537dd9d6a1/pkg/cmd/pr/checks/fixtures/someFailing.json (about)

     1  {
     2    "data": {
     3      "node": {
     4        "statusCheckRollup": {
     5          "nodes": [
     6            {
     7              "commit": {
     8                "oid": "abc",
     9                "statusCheckRollup": {
    10                  "contexts": {
    11                    "nodes": [
    12                      {
    13                        "conclusion": "SUCCESS",
    14                        "status": "COMPLETED",
    15                        "name": "cool tests",
    16                        "completedAt": "2020-08-27T19:00:12Z",
    17                        "startedAt": "2020-08-27T18:58:46Z",
    18                        "detailsUrl": "sweet link"
    19                      },
    20                      {
    21                        "conclusion": "FAILURE",
    22                        "status": "COMPLETED",
    23                        "name": "sad tests",
    24                        "completedAt": "2020-08-27T19:00:12Z",
    25                        "startedAt": "2020-08-27T18:58:46Z",
    26                        "detailsUrl": "sweet link"
    27                      },
    28                      {
    29                        "conclusion": "",
    30                        "status": "IN_PROGRESS",
    31                        "name": "slow tests",
    32                        "completedAt": "2020-08-27T19:00:12Z",
    33                        "startedAt": "2020-08-27T18:58:46Z",
    34                        "detailsUrl": "sweet link"
    35                      }
    36                    ]
    37                  }
    38                }
    39              }
    40            }
    41          ]
    42        }
    43      }
    44    }
    45  }