From 426faad549bb66c631f3655be7e751a7bb81a480 Mon Sep 17 00:00:00 2001 From: Janice Bailey Date: Mon, 11 Mar 2024 13:43:25 -0400 Subject: [PATCH] added run step for debugging --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9109144e..cbf877fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,6 +21,8 @@ jobs: with: fetch-depth: 0 path: om + + - run: pwd - name: Set up Go uses: actions/setup-go@v3