Skip to content

Commit

Permalink
fix(ci): Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Feb 21, 2024
1 parent e289ea1 commit 64173ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Install and init backend
env:
PYTHONUNBUFFERED: 1
APP_HOST: 0.0.0.0;
APP_HOST: 0.0.0.0
APP_ID: translate2
APP_PORT: 9081
APP_SECRET: 12345
Expand All @@ -138,6 +138,7 @@ jobs:
working-directory: ${{ env.APP_NAME }}
run: |
pip install -r requirements.txt
make download-models
python3 lib/main.py &
- name: Register backend
Expand Down

0 comments on commit 64173ed

Please sign in to comment.