Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: GitHub CI/CD #2427

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/source/ci-cd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can use Rover in any CI/CD environment that uses a Rover-supported operating
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:

* [CircleCI](#circleci)
* [GitHub Actions](#github-actions)
* [GitHub](#github)
* [Bitbucket Pipelines](#bitbucket-pipelines)
* [Jenkins](#jenkins)
* [Gitlab CI/CD](#gitlab-cicd)
Expand Down Expand Up @@ -61,15 +61,7 @@ jobs:
- run: rover graph check my-graph@prod --schema ./schema.graphql --background
```
## GitHub Actions
### Displaying schema check results on GitHub pull requests
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:
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
<SetApolloVCSCommit />
## GitHub
### Apollo-provided GitHub Actions
Expand Down Expand Up @@ -184,6 +176,14 @@ jobs:
```
### Displaying schema check results on GitHub pull requests
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:
<img class="screenshot" src="./assets/checks-result.jpg" width="550"/>
<SetApolloVCSCommit />
## Bitbucket Pipelines
The following is a full example configuration for Bitbucket Pipelines. It shows how to:
Expand Down