mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
Remove debugging steps
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
75e2b7d5df
commit
141a3b7b62
1 changed files with 0 additions and 5 deletions
5
.github/workflows/selftest.yml
vendored
5
.github/workflows/selftest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue