Skip to content

Commit acb5f79

Browse files
shorgijonathanrainer
authored andcommitted
DOC-372 rover CI/CD with GitHub
1 parent e8c0346 commit acb5f79

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/source/ci-cd.mdx

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use Rover in any CI/CD environment that uses a Rover-supported operating
99
Rover's installation is similar to many other CLI tools, but the recommended method varies depending on which provider you're using. We've included instructions for some of the most common CI/CD providers:
1010

1111
* [CircleCI](#circleci)
12-
* [GitHub Actions](#github-actions)
12+
* [GitHub](#github)
1313
* [Bitbucket Pipelines](#bitbucket-pipelines)
1414
* [Jenkins](#jenkins)
1515
* [Gitlab CI/CD](#gitlab-cicd)
@@ -61,15 +61,7 @@ jobs:
6161
- run: rover graph check my-graph@prod --schema ./schema.graphql --background
6262
```
6363
64-
## GitHub Actions
65-
66-
### Displaying schema check results on GitHub pull requests
67-
68-
If you use GitHub Actions to automatically run schema checks on every pull request as shown below, you can install the [Apollo Studio GitHub app](https://github.com/marketplace/apollo-studio) to provide links to the results of those checks alongside your other pull request checks:
69-
70-
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
71-
72-
<SetApolloVCSCommit />
64+
## GitHub
7365
7466
### Apollo-provided GitHub Actions
7567
@@ -184,6 +176,14 @@ jobs:
184176
185177
```
186178
179+
### Displaying schema check results on GitHub pull requests
180+
181+
If you use GitHub Actions to automatically run schema checks on every pull request as shown below, you can install the [Apollo Studio GitHub app](https://github.com/marketplace/apollo-studio) to provide links to the results of those checks alongside your other pull request checks:
182+
183+
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
184+
185+
<SetApolloVCSCommit />
186+
187187
## Bitbucket Pipelines
188188
189189
The following is a full example configuration for Bitbucket Pipelines. It shows how to:

0 commit comments

Comments
 (0)