Skip to content

Commit

Permalink
List CI Docker examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jun 27, 2024
1 parent 92cc84a commit 58718bc
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/guides/continuous-integration/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,18 @@ cypress.

:::

#### Docker images & CI examples
#### CI Docker examples

See our [examples](/examples/docker) for additional information on our
maintained images and configurations on several CI providers.
You can find examples which use Cypress Docker images in CI on the documentation page
[CI Provider Examples](ci-provider-examples) and in the example repository
[cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/README.md).

The following individual workflows show Cypress Docker images being use in CircleCI
- [Real World App - CircleCI](https://github.com/cypress-io/cypress-realworld-app/blob/develop/.circleci/config.yml)

and in GitHub Actions
- [Real World App - GitHub Actions](https://github.com/cypress-io/cypress-realworld-app/blob/develop/.github/workflows/main.yml)
- [cypress-docker-images - GitHub Actions](https://github.com/cypress-io/cypress-docker-images/blob/master/.github/workflows/example-cypress-github-action.yml)

## Advanced setup

Expand Down

0 comments on commit 58718bc

Please sign in to comment.