mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-05-28 23:21:29 +08:00
[BLD] js_release workflow fix chroma port
This commit is contained in:
2
.github/workflows/chroma-js-release.yml
vendored
2
.github/workflows/chroma-js-release.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
run: npm install
|
||||
working-directory: ./clients/js/
|
||||
- name: npm Test & Publish
|
||||
run: npm run db:run && CHROMA_SERVER_HTTP_PORT=8001 npm run $NPM_SCRIPT
|
||||
run: npm run db:run && PORT=8001 npm run $NPM_SCRIPT
|
||||
working-directory: ./clients/js/
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user