From 15bc846b2073dcc288e5d19c5599d69d9b4137c7 Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Sun, 8 Oct 2023 02:12:25 -0400 Subject: [PATCH] fix(github): manually installs playwright prior to running backstop --- .github/workflows/test-backstop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-backstop.yml b/.github/workflows/test-backstop.yml index ac47a7bd7..34c787763 100644 --- a/.github/workflows/test-backstop.yml +++ b/.github/workflows/test-backstop.yml @@ -62,7 +62,7 @@ jobs: _ci/backstop/node_modules - name: ↧ Install & Patch - run: cd _ci/backstop && npm ci + run: cd _ci/backstop && npm ci && npx playwright install --with-deps - name: 🔥 Warmup Cache run: ./_ci/_utils/warmup.sh