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