From 9e936b6b70eb13195337dffa539b6f28f46e2c85 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 8 Aug 2025 14:55:14 +0300 Subject: [PATCH] Fix build github workflow reference (#2843) ## PR Summary This small PR fixes the build github workflow reference in `tests/README.md`. --------- Signed-off-by: Emmanuel Ferdman --- tests/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/README.md b/tests/README.md index e66a63d1..3d274cc0 100644 --- a/tests/README.md +++ b/tests/README.md @@ -10,9 +10,9 @@ accessing the webpage with a real browser and can access the state of the page so behavior can be asserted. The [Static Server Service](https://webdriver.io/docs/static-server-service/) is -used mainly in the [CI](../github/workflows/build.yml) to serve the book on port -`localhost:8080` such that the test runner can access it. This mode is used when -`npm start` or `npm test` is executed. +used mainly in the [CI](../.github/workflows/build.yml) to serve the book on +port `localhost:8080` such that the test runner can access it. This mode is used +when `npm start` or `npm test` is executed. > **Tip:** Use `cargo xtask web-tests` to run the tests in this directory from > anywhere in the repository.