Skip to content

Commit

Permalink
docs: correct typo in PR #975
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jul 26, 2023
1 parent b94beac commit 89d0897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ jobs:
with:
start: npm start
```
**Caution:** use the `start` parameter only to start a server, not to run Cypress, otherwise tests may be run twice. The action runs Cypress tests by default, unless the parameter `runTests` is to `false`.
**Caution:** use the `start` parameter only to start a server, not to run Cypress, otherwise tests may be run twice. The action runs Cypress tests by default, unless the parameter `runTests` is set to `false`.

**Note:** sometimes on Windows you need to run a different start command. You can use the `start-windows` parameter for this.

Expand Down

0 comments on commit 89d0897

Please sign in to comment.