From a992da4340976d54fbb487558a4d3cebfd6b137b Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Mon, 13 Jan 2025 15:23:19 +0100 Subject: [PATCH] chore: fix playwright in ci --- .github/workflows/verify-pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index ee49a9247..5d9322585 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -44,10 +44,8 @@ jobs: - name: Install Dependencies run: npm install --ci - - uses: microsoft/playwright-github-action@v1 - - name: Playwright - run: npx playwright install + run: npx playwright install --with-deps - name: Test run: npm run test:browser