diff --git a/.github/workflows/cortex-js-openai-coverage.yml b/.github/workflows/cortex-js-openai-coverage.yml index 49c568538..879a331b8 100644 --- a/.github/workflows/cortex-js-openai-coverage.yml +++ b/.github/workflows/cortex-js-openai-coverage.yml @@ -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 @@ -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