Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 854f231

Browse files
authored
chore: change --host to -- address (#736)
1 parent e70700f commit 854f231

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/cortex-js-openai-coverage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
required: false
1616
default: dev
1717
type: string
18-
19-
push:
20-
branches:
21-
- fix/openai_coverage_misc
2218

2319
env:
2420
OPENAI_API_PYTHON_TAG: v1.33.0
@@ -48,7 +44,7 @@ jobs:
4844

4945
- name: Run test
5046
run: |
51-
node cortex-js/dist/src/command.js serve --host 127.0.0.1 --port 4010 > cortex.log & cortex_pid=$!
47+
node cortex-js/dist/src/command.js serve --address 127.0.0.1 --port 4010 > cortex.log & cortex_pid=$!
5248
sleep 3
5349
wget --no-verbose -O api.json http://127.0.0.1:4010/api-json
5450
cat api.json

0 commit comments

Comments
 (0)