mirror of
https://github.com/nextcloud/server.git
synced 2025-07-28 23:20:49 +00:00
chore: Add logs for dc and apache container
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
@ -83,6 +83,18 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apps/files_external/tests/sso-setup/test-sso-smb.sh ${{ env.DC_IP }}
|
apps/files_external/tests/sso-setup/test-sso-smb.sh ${{ env.DC_IP }}
|
||||||
|
|
||||||
|
- name: Show logs DC
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
|
docker logs dc
|
||||||
|
echo "------------"
|
||||||
|
docker exec dc cat /var/log/samba/log.samba
|
||||||
|
|
||||||
|
- name: Show logs Apache
|
||||||
|
if: always()
|
||||||
|
run: |
|
||||||
|
docker logs apache
|
||||||
|
|
||||||
- name: Show logs
|
- name: Show logs
|
||||||
if: always()
|
if: always()
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user