From 2afd2b9cd2b30f310eb25e28a23a7a7a3947a949 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Fri, 22 Mar 2024 11:48:55 -0700 Subject: [PATCH] debug actions --- .gitea/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6f9cf24..d108d57 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,6 +32,7 @@ jobs: options: --cpus 1 steps: - run: echo "The workflow is now ready to test your code on the runner." + - run: find -ls - name: Run tests run: | go test