From 6b1b21981e23ee67a834d2ee85e3ecebbcb38493 Mon Sep 17 00:00:00 2001 From: Julian Kniephoff Date: Wed, 19 Jun 2024 17:18:06 +0200 Subject: [PATCH] Remove a redundant workflow step This project already depends on `@playwright/test`, so there is no need to explicitly install it, much less save it in `devDependencies`. It should already come with the preceding run of `npm ci`. --- .github/workflows/playwright-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 8cb4f4d44..be38ecd1d 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -25,9 +25,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Install Playwright - run: npm i -D @playwright/test - - name: Install supported browsers run: npx playwright install