Skip to content

Commit 9e936b6

Browse files
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 <[email protected]>
1 parent d502398 commit 9e936b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ accessing the webpage with a real browser and can access the state of the page
1010
so behavior can be asserted.
1111

1212
The [Static Server Service](https://webdriver.io/docs/static-server-service/) is
13-
used mainly in the [CI](../github/workflows/build.yml) to serve the book on port
14-
`localhost:8080` such that the test runner can access it. This mode is used when
15-
`npm start` or `npm test` is executed.
13+
used mainly in the [CI](../.github/workflows/build.yml) to serve the book on
14+
port `localhost:8080` such that the test runner can access it. This mode is used
15+
when `npm start` or `npm test` is executed.
1616

1717
> **Tip:** Use `cargo xtask web-tests` to run the tests in this directory from
1818
> anywhere in the repository.

0 commit comments

Comments
 (0)