diff --git a/docs/writing-tests/in-ci.mdx b/docs/writing-tests/in-ci.mdx index 6db37dae65ec..37da93ef41e9 100644 --- a/docs/writing-tests/in-ci.mdx +++ b/docs/writing-tests/in-ci.mdx @@ -44,6 +44,7 @@ Here are some example configurations for popular CI providers:
GitHub Actions + Create a file in the root of your repo, `.github/workflow/test-ui.yml`: ```yaml title=".github/workflows/test-ui.yml"