We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775cc0a commit 5fc45ebCopy full SHA for 5fc45eb
.github/workflows/integration_test.yml
@@ -11,7 +11,7 @@ on:
11
- stable*
12
13
env:
14
- APP_NAME: llm2
+ APP_NAME: context_agent
15
16
concurrency:
17
group: integration-test-${{ github.head_ref || github.run_id }}
@@ -162,14 +162,14 @@ jobs:
162
pipx install poetry
163
poetry install
164
165
- - name: Init llm2
+ - name: Init context_agent
166
working-directory: ${{ env.APP_NAME }}
167
168
APP_ID: ${{ env.APP_NAME }}
169
APP_PORT: 9081
170
APP_VERSION: ${{ fromJson(steps.context_agent_appinfo.outputs.result).version }}
171
run: |
172
- poetry run python3 main.py > ./logs 2>&1 &
+ poetry run python3 ex_app/lib/main.py > ./logs 2>&1 &
173
174
- name: Register backend
175
0 commit comments