Commented out the "Stop services" step in the CI

workflow
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-12-11 15:01:22 -03:00
commit 2fd4553629

View file

@ -48,5 +48,5 @@ jobs:
run: docker compose up --exit-code-from tests tests result_backend broker celeryworker db --build
continue-on-error: true
- name: Stop services
run: docker compose down
# - name: Stop services
# run: docker compose down