Skip to content

Commit 1b46b84

Browse files
committed
debug: inspect docker?
1 parent 5a33900 commit 1b46b84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ jobs:
208208
docker load --input $f
209209
done
210210
211+
- name: Debug docker
212+
run: |
213+
docker info
214+
docker ps
215+
sudo systemctl status docker
216+
docker run --rm hello-world
217+
exit 1
218+
211219
- name: Build
212220
if: ${{ ! matrix.dry-run }}
213221
run: |

0 commit comments

Comments
 (0)