diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 75a04b6fd..1e2179bfa 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -35,6 +35,7 @@ steps: commands: - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN} - echo "--- Install dependencies" + - npx playwright install-deps - yarn install --immutable - yarn run -T browser exec make ci plugins: