From d1122b9e5c17c2dc93e551475245669ead4cd1fe Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Fri, 22 Mar 2024 11:50:57 -0700 Subject: [PATCH] debug actions --- .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 bda00cf..7dae8e5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -33,7 +33,7 @@ jobs: steps: - run: echo "The workflow is now ready to test your code on the runner." - run: pwd - - run: find . -ls + - run: find . - name: Run tests run: | go test