Skip to content

Commit

Permalink
🚧 progress: Dump ci:build db container logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 28, 2024
1 parent 7e59c40 commit 99d822e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci:build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 99d822e

Please sign in to comment.