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 12, 2024
1 parent 38869c7 commit c0af7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ 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
run: docker run --network taskingai-network -d --rm -e MODE=TEST --name inference taskingai/taskingai-inference:v0.2.6

- name: Run Docker image - Plugin
run: docker run --network taskingai-network -d --rm -e MODE=PROD --name plugin taskingai/taskingai-plugin:v0.2.5
run: docker run --network taskingai-network -d --rm -e MODE=TEST --name plugin taskingai/taskingai-plugin:v0.2.5

- name: Build Docker image
working-directory: backend
Expand Down

0 comments on commit c0af7f7

Please sign in to comment.