"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "1eebb85f4884a239e0f25fa0df6a767ef9311ed3"
Commit 25e3e5af authored by comfyanonymous's avatar comfyanonymous
Browse files

Use npm ci for ci instead of npm install in tests.

parent 5818ca83
......@@ -19,7 +19,7 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: |
npm install
npm ci
npm run test:generate
npm test
working-directory: ./tests-ui
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment