diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fede57ece..017f57efe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Build and start services working-directory: ./deploy - run: docker compose up --exit-code-from tests tests queue celeryworker db -d + run: docker compose up --exit-code-from tests tests queue celeryworker db continue-on-error: true - name: Stop services