We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16cb2e commit 64134c1Copy full SHA for 64134c1
.github/workflows/integration-tests.yml
@@ -114,10 +114,6 @@ 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