mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-18 13:41:47 +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:
|
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