From e1384158627ca9229f3f11b39b5719c19c593e71 Mon Sep 17 00:00:00 2001 From: Bart Kalisz Date: Mon, 30 Sep 2024 17:18:07 +0200 Subject: [PATCH] Tiny tweak --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0410bd4..46ca1f9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,7 +15,7 @@ jobs: node-version: lts/* - name: Install dependencies run: npm ci - - name: Install Playwright Browsers + - name: Install Playwright browsers run: npx playwright install --with-deps - name: Run Playwright tests run: npm run test:e2e