From 199d0a723956f18cadc14248a8137897abcac6b6 Mon Sep 17 00:00:00 2001 From: Codinget Date: Wed, 20 May 2026 18:33:02 +0000 Subject: [PATCH] ci: see what docker is doing --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 27d7238..f3d9690 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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