From a34c3b624e65d6bf3762b81d097642cb81994723 Mon Sep 17 00:00:00 2001 From: Matthew Howle Date: Sun, 20 Apr 2025 01:16:57 -0400 Subject: [PATCH] Check for commands --- .gitea/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 2c70e8f..f3af575 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -18,6 +18,9 @@ jobs: run: | whoami env - + echo "------------" + echo "jq: $(command -v jq)" + echo "python3: $(python3 -V)" + echo "git: $(command -v git)" - name: Print success run: echo "✅ Rootless Docker is working inside Gitea act_runner"