From 7f5a6d5566f56418c083a63f4d1c4c8c49cbceeb Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 25 Oct 2022 00:52:42 +0530 Subject: [PATCH] chore: using npm i instead of ci in playwright github actions --- .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 badbde6cc..2dfeb584d 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -14,7 +14,7 @@ jobs: with: node-version: 16 - name: Install dependencies - run: npm ci + run: npm i - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests