From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:34:12 +0000 (-0800) Subject: Also display the container logs X-Git-Tag: v1.10.1~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3bc3b78d53af7cb58456fe4b3de40258a411744;p=thirdparty%2Fpaperless-ngx.git Also display the container logs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95efa31e37..568668ba97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: