From f080e032a3cb31674adb59aaeffaebab17b7dc2d Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:52:03 -0600 Subject: [PATCH] wip --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) 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: