From b4bac59942663a526b35072bf6ed12ce86dd7083 Mon Sep 17 00:00:00 2001 From: Guras Date: Tue, 25 Feb 2025 20:36:38 +0200 Subject: [PATCH] add explicit installation of @playwright/test --- .github/workflows/check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index dbcaec30..b858d0e9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,6 +27,9 @@ jobs: - name: Build Paraglide run: bun run build-paraglide + - name: Install Playwright + run: npm install -D @playwright/test + - name: Install Playwright Browsers run: npx playwright install --with-deps