]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Also display the container logs
authorTrenton H <797416+stumpylog@users.noreply.github.com>
Tue, 29 Nov 2022 22:34:12 +0000 (14:34 -0800)
committerTrenton H <797416+stumpylog@users.noreply.github.com>
Wed, 30 Nov 2022 04:11:40 +0000 (20:11 -0800)
.github/workflows/ci.yml

index 95efa31e37c3807e36c5bfb7855cef6b43f78926..568668ba9771e1a9e845d1a3c8694f63103ccbee 100644 (file)
@@ -154,6 +154,7 @@ jobs:
         name: Stop containers
         if: always()
         run: |
+          docker compose --file ${GITHUB_WORKSPACE}/docker/compose/docker-compose.ci-test.yml logs
           docker compose --file ${GITHUB_WORKSPACE}/docker/compose/docker-compose.ci-test.yml down
 
   tests-frontend: