mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
try using npm install instead of npm ci in github action
This commit is contained in:
parent
f5e120c330
commit
d5e062eeed
1 changed files with 1 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue