ci: see what docker is doing
Gitea Actions Demo / test (push) Successful in 38s

This commit is contained in:
2026-05-20 18:33:02 +00:00
parent 94b135f8a5
commit 199d0a7239
+2 -1
View File
@@ -3,7 +3,8 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
test:
runs-on: ubuntu-latest
steps:
- run: stat /var/run/docker.sock || true
- run: docker ps