diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index bae42cbb692..0dd7e7ff4f0 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -12,7 +12,7 @@ steps: - "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -" - "sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'" - "apt-get update" - - "apt-get install google-chrome-stable" + - "apt-get install -y google-chrome-stable" - "./scripts/fetch-develop.deps.sh --depth 1" - "yarn install" - "yarn test"