🐛 fix(ci.yml): update docker compose command to include the correct file and build the services

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-23 23:42:23 -03:00
commit f1b14232c6

View file

@ -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