mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
List all files in target directory
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
f66aac333e
commit
45bc5f55b0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/selftest.yml
vendored
1
.github/workflows/selftest.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo "$PATH" | tr ':' '\n'
|
||||
ls -lar "/c/Program Files/GoTestTools/bin/" || true
|
||||
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
|
||||
|
||||
- name: Upload test log
|
||||
|
|
|
|||
Loading…
Reference in a new issue