mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-15 12:11:46 +00:00
List files recursively and verbosely
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
69a133df8f
commit
5945f71bd9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/selftest.yml
vendored
2
.github/workflows/selftest.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
working-directory: testdata
|
working-directory: testdata
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls "/c/Users/runneradmin/bin"
|
ls -lr "/c/Users/runneradmin"
|
||||||
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
|
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
|
||||||
|
|
||||||
- name: Upload test log
|
- name: Upload test log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue