Browse Source

Also get caddy logs.

pull/916/head
Sebastian 3 years ago
parent
commit
c5a42bfa33
  1. 2
      .github/workflows/dev.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/dev.yml

@ -155,7 +155,7 @@ jobs:
if: failure() if: failure()
uses: jwalton/gh-docker-logs@v1 uses: jwalton/gh-docker-logs@v1
with: with:
images: 'squidex-tmp,squidex/resizer' images: 'squidex-tmp,squidex/resizer,squidex/caddy-proxy-path'
tail: '100' tail: '100'
- name: Cleanup Test - name: Cleanup Test

2
.github/workflows/release.yml

@ -138,7 +138,7 @@ jobs:
if: failure() if: failure()
uses: jwalton/gh-docker-logs@v1 uses: jwalton/gh-docker-logs@v1
with: with:
images: 'squidex-tmp,squidex/resizer' images: 'squidex-tmp,squidex/resizer,squidex/caddy-proxy-path'
tail: '100' tail: '100'
- name: Cleanup Test - name: Cleanup Test

Loading…
Cancel
Save