🐛 fix(ci.yml): update docker compose command to include the correct file and build the services
This commit is contained in:
parent
a2c5c1b71f
commit
f1b14232c6
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 result_backend broker celeryworker db
|
||||
run: docker compose up -f docker-compose.yml --exit-code-from tests tests result_backend broker celeryworker db --build
|
||||
continue-on-error: true
|
||||
|
||||
- name: Stop services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue