Skip to content

Commit cbebf64

Browse files
authored
docs: fix circleci invalid yaml (#5880)
1 parent 16bf462 commit cbebf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/ci.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Running Playwright on CircleCI requires the following steps:
190190
```yml
191191
docker:
192192
- image: mcr.microsoft.com/playwright:bionic
193-
environment:
194-
NODE_ENV: development # Needed if playwright is in `devDependencies`
193+
environment:
194+
NODE_ENV: development # Needed if playwright is in `devDependencies`
195195
```
196196
197197
1. If you’re using Playwright through Jest, then you may encounter an error spawning child processes:

0 commit comments

Comments
 (0)