Add debuggers for userprofile

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 11:58:35 +13:00 committed by GitHub
parent d527bffb65
commit 86eb6b7310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@ jobs:
shell: bash
run: |
echo "$PATH" | tr ':' '\n'
echo "Searching $USERPROFILE for binary"
ls "$USERPROFILE/bin"
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
- name: Upload test log