Commented out the "Stop services" step in the CI
workflow
This commit is contained in:
parent
01c23fdb77
commit
2fd4553629
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue