Skip to content

Commit 33e89d5

Browse files
committed
Debuggin docker failures
Signed-off-by: apostasie <[email protected]>
1 parent 7e2b221 commit 33e89d5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ jobs:
267267
set -eux -o pipefail
268268
docker info
269269
docker version
270+
- name: "TEMP DEBUG"
271+
run: |
272+
systemctl list-unit-files | grep docker
273+
systemctl is-active docker
270274
- name: "Register QEMU (tonistiigi/binfmt)"
271275
run: |
272276
# `--install all` will only install emulation for architectures that cannot be natively executed

cmd/nerdctl/container/container_run_restart_linux_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ func TestRunRestart(t *testing.T) {
7070
}
7171
assert.NilError(t, check(30))
7272

73+
base.EnsureDaemonActive()
7374
base.KillDaemon()
7475
base.EnsureDaemonActive()
7576

0 commit comments

Comments
 (0)