Remove debugging steps

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 16:47:27 +13:00 committed by GitHub
parent 75e2b7d5df
commit 141a3b7b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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