Skip to content

Commit 081f52e

Browse files
committed
fix(integration_test)
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 3727128 commit 081f52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
APP_PORT: 9081
173173
APP_VERSION: ${{ fromJson(steps.context_agent_appinfo.outputs.result).version }}
174174
run: |
175-
poetry run python3 main.py > ../../logs 2>&1 &
175+
PYTHONPATH="$(pwd)" poetry run python3 main.py > ../../logs 2>&1 &
176176
177177
- name: Register backend
178178
run: |

0 commit comments

Comments
 (0)