mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-23 16:11:46 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
|
||||||
|
|
||||||
name: Self-test
|
name: Self-test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -28,10 +27,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
shell: bash
|
|
||||||
run: ls -lar
|
|
||||||
|
|
||||||
- name: Run gotestfmt
|
- name: Run gotestfmt
|
||||||
working-directory: testdata
|
working-directory: testdata
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue