Skip to content

Commit 64134c1

Browse files
committed
revert: "chore: save docker daemon logs"
This reverts commit 571e912. Relate to #13
1 parent d16cb2e commit 64134c1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/integration-tests.yml

-4
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ 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-
121117
- name: Save report
122118
if: failure()
123119
uses: actions/[email protected] # https://github.com/actions/upload-artifact

0 commit comments

Comments
 (0)