Skip to content

Commit 3cf7b8d

Browse files
committed
chore: Add logs for dc and apache container
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
1 parent 8788d65 commit 3cf7b8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/files-external-smb-kerberos.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ jobs:
8383
run: |
8484
apps/files_external/tests/sso-setup/test-sso-smb.sh ${{ env.DC_IP }}
8585
86+
- name: Show logs DC
87+
if: always()
88+
run: |
89+
docker logs dc
90+
echo "------------"
91+
docker exec dc cat /var/log/samba/log.samba
92+
93+
- name: Show logs Apache
94+
if: always()
95+
run: |
96+
docker logs apache
97+
8698
- name: Show logs
8799
if: always()
88100
run: |

0 commit comments

Comments
 (0)