mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
try explicitly setting registry before npm ci step
This commit is contained in:
parent
afaa0253b8
commit
f5e120c330
1 changed files with 3 additions and 1 deletions
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: |
|
||||
npm config set registry=https://registry.npmjs.org/
|
||||
npm ci
|
||||
- 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