Skip to content

Commit 1198e51

Browse files
committed
More inspect
Signed-off-by: Kimmo Lehto <[email protected]>
1 parent bd99642 commit 1198e51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/go.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ jobs:
9595
continue-on-error: true
9696
run: go test -timeout 15m -v ./tests -args -image=${{ matrix.image }}
9797

98+
- name: Inspect docker info
99+
run: docker info --format '{{json .}}'
100+
101+
- name: Inspect daemon json file
102+
run: cat /etc/docker/daemon.json
103+
98104
- name: Collect Docker logs using journalctl
99105
if: always()
100106
run: |

0 commit comments

Comments
 (0)