From 3ee89f385089f1857ed1a12c8887e17ba5ec7432 Mon Sep 17 00:00:00 2001 From: David Hunt Date: Wed, 27 Nov 2024 23:51:24 +1300 Subject: [PATCH] chore: update playwright install in release action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c55f31..3584a75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,8 +33,8 @@ jobs: - name: Build run: pnpm build - - name: Install playwright - run: pnpx playwright install --with-deps chromium + - name: Install playwright deps + run: pnpx playwright install-deps && pnpx playwright install chromium - name: Run Tests run: pnpm -w run test