Skip to content

Commit 8dcc3df

Browse files
committed
dump docker logs on failure
1 parent de655dc commit 8dcc3df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
if: always()
5151
run: docker compose -f docker-compose.yml -f docker-compose.ldap.yml down
5252

53+
- name: Dump docker logs on failure
54+
if: failure()
55+
uses: jwalton/gh-docker-logs@v2
56+
5357
- name: SonarCloud Scan
5458
uses: SonarSource/sonarcloud-github-action@master
5559
env:

0 commit comments

Comments
 (0)