From 34543a38a7d62930d6cc324fd4190d47e2e1234c Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 21:24:47 +0200 Subject: [PATCH] Restore the step to install browsers --- .github/workflows/playwright.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 60342ff..7c95c65 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,6 +19,7 @@ jobs: run: npm install -g pnpm && pnpm install - name: Build the service that will be tested run: npm run build + run: pnpm exec playwright install --with-deps - name: Run the service that will be tested run: npm run start & - name: Run Playwright tests