From 5d97318ba2be859bdad71345e38da04ba120c188 Mon Sep 17 00:00:00 2001 From: Gabriel <45315755+JustAGabriel@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:21:30 +0200 Subject: [PATCH] ci: print cwd --- .github/workflows/go.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 38bc14d..fd81a7a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,9 @@ jobs: run: make gencert - name: print structure - run: tree + run: | + pwd + tree - name: Run Tests run: make test