try using npm install instead of npm ci in github action
This commit is contained in:
committed by
Daniel D Orlando
parent
f5e120c330
commit
d5e062eeed
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@@ -16,8 +16,7 @@ jobs:
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm config set registry=https://registry.npmjs.org/
|
||||
npm ci
|
||||
npm install
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps
|
||||
- name: Run Playwright tests
|
||||
|
||||
Reference in New Issue
Block a user