Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
taskingaijc committed Apr 7, 2024
1 parent e171e12 commit 83af1d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
--name cache redis:7-alpine
- name: Run Docker image - Inference

run: docker run --network taskingai-network -d --rm -e MODE=PROD --name inference taskingai/taskingai-inference:v0.2.5

- name: Run Docker image - Plugin
Expand Down Expand Up @@ -117,6 +118,10 @@ jobs:
working-directory: TaskingAI-Test
run: pip install -r requirements.txt

- name: Start API Service
working-directory: TaskingAI-Test
run: python ./common/api_service.py &

- name: Run WEB Tests
working-directory: TaskingAI-Test
run: bash ./community_app/run_test.sh
Expand Down

0 comments on commit 83af1d7

Please sign in to comment.