From 2916f78133dde5d20ab03948fd27408f5abcddb2 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 4 Oct 2024 16:27:47 +0200 Subject: [PATCH] Update docs/src/ci.md Signed-off-by: Simon Knott --- docs/src/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index f87ae441d8..99033a3e2e 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -415,7 +415,7 @@ Large test suites can take very long to execute. By executing a preliminary test This will give you a faster feedback loop and slightly lower CI consumption while working on Pull Requests. To detect test files affected by your changeset, `--only-changed` analyses your suites' dependency graph. This is a heuristic and might miss tests, so it's important that you always run the full test suite after the preliminary test run. -```yml js title=".github/workflows/playwright.yml" {20-22} +```yml js title=".github/workflows/playwright.yml" {24-26} name: Playwright Tests on: push: