List all files in target directory

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 12:40:30 +13:00 committed by GitHub
parent f66aac333e
commit 45bc5f55b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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