From 234a3a715a8da082a46745523cd8dce94c032ba7 Mon Sep 17 00:00:00 2001 From: vladzvx Date: Wed, 27 Aug 2025 12:38:12 +0300 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8c0f0ae..2571c68 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,4 +10,4 @@ jobs: name: check and test steps: - name: test - run: echo "Hello from Gitea Action11s!" && pwd \ No newline at end of file + run: echo "Hello from Gitea Action11s!" && docker ps -a \ No newline at end of file