chore: using npm i instead of ci in playwright github actions

This commit is contained in:
Anoop M D 2022-10-25 00:52:42 +05:30
parent dc68d511bd
commit 7f5a6d5566

View File

@ -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