From a886418b81f2a0692b7f8e4dbb221d1765ebeb2b Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:23:08 -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 1bbb02930..1b336a280 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 yarn install --immutable - - PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install + - PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=0 HUSKY=0 yarn install --immutable - echo "+++ Run Browser integration tests :pray:" - yarn turbo run --filter='consent-tools-integration-tests' test:intg plugins: