diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9c528dbc8..c34ed4d78 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -123,6 +123,7 @@ steps: - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN} - echo "--- Install dependencies" - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable + - echo "--- Install browsers" - npx playwright install --with-deps chromium - echo "+++ Run Browser integration tests :pray:" - yarn turbo run --filter='consent-tools-integration-tests' test:intg