From 45bc5f55b0eb950f00ca322c53c999c567e5455c Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:40:30 +1300 Subject: [PATCH] List all files in target directory Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 544102e..769b0f4 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -33,6 +33,7 @@ jobs: shell: bash run: | echo "$PATH" | tr ':' '\n' + ls -lar "/c/Program Files/GoTestTools/bin/" || true go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt - name: Upload test log