From a2d9d66e704c7f66a1d83351c99938eadd77d9bb Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 20:14:09 -0500 Subject: [PATCH] wip --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 217c86d5f..ce353f838 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: node-version: 16 cache: "yarn" - run: yarn install --immutable + - run: npx playwright install --with-deps chromium - run: yarn turbo run --filter='consent-tools-integration-tests' test:intg