🐛 fix(ci.yml): fix docker compose command to correctly specify the compose file before the up command
This commit is contained in:
parent
f1b14232c6
commit
bc904fba69
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 -f docker-compose.yml --exit-code-from tests tests result_backend broker celeryworker db --build
|
||||
run: docker compose -f docker-compose.yml up --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