🔧 chore(ci.yml): update docker compose command to include result_backend and broker services for testing environment
This commit is contained in:
parent
ae26a55c9f
commit
a2c5c1b71f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: Build and start services
|
||||
|
||||
working-directory: ./deploy
|
||||
run: docker compose up --exit-code-from tests tests queue celeryworker db
|
||||
run: docker compose up --exit-code-from tests tests result_backend broker celeryworker db
|
||||
continue-on-error: true
|
||||
|
||||
- name: Stop services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue