diff --git a/.github/workflows/ci:build.yml b/.github/workflows/ci:build.yml index 8f25a80e7..9f5cc19f1 100644 --- a/.github/workflows/ci:build.yml +++ b/.github/workflows/ci:build.yml @@ -175,6 +175,11 @@ jobs: container: ${{ steps.patient-db-container.outputs.id }} timeout: 60 + - name: Show mongodb container logs + if: always() + run: | + docker container logs --timestamps mongodb + - name: Run server id: server env: