Skip to content

Commit 5fc45eb

Browse files
committed
fix(integration_test)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 775cc0a commit 5fc45eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- stable*
1212

1313
env:
14-
APP_NAME: llm2
14+
APP_NAME: context_agent
1515

1616
concurrency:
1717
group: integration-test-${{ github.head_ref || github.run_id }}
@@ -162,14 +162,14 @@ jobs:
162162
pipx install poetry
163163
poetry install
164164
165-
- name: Init llm2
165+
- name: Init context_agent
166166
working-directory: ${{ env.APP_NAME }}
167167
env:
168168
APP_ID: ${{ env.APP_NAME }}
169169
APP_PORT: 9081
170170
APP_VERSION: ${{ fromJson(steps.context_agent_appinfo.outputs.result).version }}
171171
run: |
172-
poetry run python3 main.py > ./logs 2>&1 &
172+
poetry run python3 ex_app/lib/main.py > ./logs 2>&1 &
173173
174174
- name: Register backend
175175
run: |

0 commit comments

Comments
 (0)