From 86b87448386e204690fe958ed1f170baa3760b8e Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:22:54 -0700 Subject: [PATCH] Install playwright deps --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e417a5a7..4bbfd19c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,9 @@ jobs: yarn --frozen-lockfile yarn install-addons - name: Install playwright - run: npx playwright install + run: | + npx playwright install-deps + npx playwright install - name: Wait for build job uses: NathanFirmo/wait-for-other-job@v1.1.1 with: