diff --git a/.github/workflows/application.yml b/.github/workflows/application.yml index 8e7156d5..1b852f74 100644 --- a/.github/workflows/application.yml +++ b/.github/workflows/application.yml @@ -42,6 +42,11 @@ jobs: run: | make test-ci + - name: Failure logs + if: failure() + run: | + docker compose logs php + docker_release: name: Docker release runs-on: ubuntu-latest