Skip to content

Commit 571e912

Browse files
committed
chore: save docker daemon logs
Relate to #13
1 parent 5230d3c commit 571e912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
--timestamps \
115115
${{ matrix.database-service-name }} | tee ../tests-reports/database-logs.txt
116116
117+
- name: Save docker logs
118+
if: failure()
119+
run: journalctl --catalog --unit docker.service | tee tests-reports/docker-logs.txt
120+
117121
- name: Save report
118122
if: failure()
119123
uses: actions/[email protected] # https://github.com/actions/upload-artifact

0 commit comments

Comments
 (0)