From cbebf64f07dcbb5e104ce7176696af815ab8d616 Mon Sep 17 00:00:00 2001 From: Michael <45568605+michael-siek@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:35:48 -0400 Subject: [PATCH] docs: fix circleci invalid yaml (#5880) --- docs/src/ci.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/ci.md b/docs/src/ci.md index 34a2bb9e43..2e1fef213d 100644 --- a/docs/src/ci.md +++ b/docs/src/ci.md @@ -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 you’re using Playwright through Jest, then you may encounter an error spawning child processes: