diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 1bb73ee..1dccc7f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,6 +14,9 @@ jobs: - name: Install docker shell: /bin/ash -e {0} run: apk add --update docker git + - name: DEBUGGING! + shell: /bin/ash -e {0} + run: which service - name: Start docker shell: /bin/ash -e {0} run: /sbin/service docker start