From 5945f71bd98dd64d685e54b976d2ccb2fe3e2d52 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 12:05:05 +1300 Subject: [PATCH] List files recursively and verbosely Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index eb361c2..0b0e76b 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -32,7 +32,7 @@ jobs: working-directory: testdata shell: bash run: | - ls "/c/Users/runneradmin/bin" + ls -lr "/c/Users/runneradmin" go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt - name: Upload test log