From 141a3b7b620af88ce23a81770de1b123d07255dd Mon Sep 17 00:00:00 2001 From: Yuri Norwood <106889957+norwd@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:47:27 +1300 Subject: [PATCH] Remove debugging steps Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com> --- .github/workflows/selftest.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 1c11f26..aa43acc 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -1,6 +1,5 @@ on: pull_request: - push: name: Self-test jobs: @@ -28,10 +27,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Debug - shell: bash - run: ls -lar - - name: Run gotestfmt working-directory: testdata shell: bash