From 75e2b7d5df9a2d1979893aed5c642033d0df6c87 Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:45:41 +1300 Subject: [PATCH] List all files in workspace Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 50523fa..1c11f26 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -28,6 +28,10 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} + - name: Debug + shell: bash + run: ls -lar + - name: Run gotestfmt working-directory: testdata shell: bash