From c02f92092f2f4680accf8b83fe6e918ecc53f6e6 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:39:31 -0500 Subject: [PATCH] wip --- .buildkite/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c026e2965..550545b0b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -122,8 +122,7 @@ steps: commands: - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN} - echo "--- Install dependencies" - - PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable - - sudo apt install chromium-browser -y + - HUSKY=0 yarn install --immutable - echo "+++ Run Browser integration tests :pray:" - yarn turbo run --filter='consent-tools-integration-tests' test:intg plugins: