Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/cortex-js-openai-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ on:
required: false
default: dev
type: string

push:
branches:
- fix/openai_coverage_misc

env:
OPENAI_API_PYTHON_TAG: v1.33.0
Expand Down Expand Up @@ -48,7 +44,7 @@ jobs:

- name: Run test
run: |
node cortex-js/dist/src/command.js serve --host 127.0.0.1 --port 4010 > cortex.log & cortex_pid=$!
node cortex-js/dist/src/command.js serve --address 127.0.0.1 --port 4010 > cortex.log & cortex_pid=$!
sleep 3
wget --no-verbose -O api.json http://127.0.0.1:4010/api-json
cat api.json
Expand Down