docs: fix typo Github -> GitHub (#17418)

Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
John HU 2022-09-19 03:44:40 -07:00 committed by GitHub
parent ee83694372
commit 8e223636ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
id: ci-intro
title: "CI Github Actions"
title: "CI GitHub Actions"
---
When installing Playwright you are given the option to add a [GitHub Actions](https://docs.github.com/en/actions). This creates a `playwright.yml` file inside a `.github/workflows` folder containing everything you need so that your tests run on each push and pull request into the main/master branch.

View File

@ -362,7 +362,7 @@ in `playwright.config.ts`.
### CircleCI
Running Playwright on Circle CI is very similar to running on Github Actions. In order to specify the pre-built Playwright [Docker image](./docker.md) , simply modify the agent definition with `docker:` in your config like so:
Running Playwright on Circle CI is very similar to running on GitHub Actions. In order to specify the pre-built Playwright [Docker image](./docker.md) , simply modify the agent definition with `docker:` in your config like so:
```yml
executors: