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