docs: fix circleci invalid yaml (#5880)

This commit is contained in:
Michael 2021-03-18 21:35:48 -04:00 committed by GitHub
parent 16bf462e4c
commit cbebf64f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,8 +190,8 @@ Running Playwright on CircleCI requires the following steps:
```yml
docker:
- image: mcr.microsoft.com/playwright:bionic
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
```
1. If youre using Playwright through Jest, then you may encounter an error spawning child processes: