mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-23 16:11:46 +00:00
Add debuggers for userprofile
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
d527bffb65
commit
86eb6b7310
1 changed files with 2 additions and 0 deletions
2
.github/workflows/selftest.yml
vendored
2
.github/workflows/selftest.yml
vendored
|
|
@ -33,6 +33,8 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "$PATH" | tr ':' '\n'
|
echo "$PATH" | tr ':' '\n'
|
||||||
|
echo "Searching $USERPROFILE for binary"
|
||||||
|
ls "$USERPROFILE/bin"
|
||||||
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