debug: CI diag
This commit is contained in:
parent
bb7d0ec241
commit
3993aab606
1 changed files with 8 additions and 0 deletions
|
|
@ -44,6 +44,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Debug docker socket
|
||||
run: |
|
||||
id
|
||||
ls -la /var/run/ || true
|
||||
ls -la /var/run/docker.sock || true
|
||||
which docker || true
|
||||
docker version || true
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue