We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5230d3c commit 571e912Copy full SHA for 571e912
.github/workflows/integration-tests.yml
@@ -114,6 +114,10 @@ jobs:
114
--timestamps \
115
${{ matrix.database-service-name }} | tee ../tests-reports/database-logs.txt
116
117
+ - name: Save docker logs
118
+ if: failure()
119
+ run: journalctl --catalog --unit docker.service | tee tests-reports/docker-logs.txt
120
+
121
- name: Save report
122
if: failure()
123
uses: actions/[email protected] # https://github.com/actions/upload-artifact
0 commit comments