Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dotnet/docs/ci-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration.
Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx).

#### You will learn
- [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions)
Expand Down
2 changes: 1 addition & 1 deletion java/docs/ci-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration.
Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx).

#### You will learn
- [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions)
Expand Down
2 changes: 1 addition & 1 deletion python/docs/ci-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed doc on Continuous Integration.
Playwright tests can be run on any CI provider. In this section we cover running tests on GitHub using GitHub Actions. If you would like to see how to configure other CI providers, check out our detailed [doc on Continuous Integration](./ci.mdx).

#### You will learn
- [How to set up GitHub Actions](/ci-intro.mdx#setting-up-github-actions)
Expand Down
Loading