mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
List install target's contents
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
86eb6b7310
commit
69a133df8f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/selftest.yml
vendored
4
.github/workflows/selftest.yml
vendored
|
|
@ -32,9 +32,7 @@ jobs:
|
|||
working-directory: testdata
|
||||
shell: bash
|
||||
run: |
|
||||
echo "$PATH" | tr ':' '\n'
|
||||
echo "Searching $USERPROFILE for binary"
|
||||
ls "$USERPROFILE/bin"
|
||||
ls "/c/Users/runneradmin/bin"
|
||||
go test -json -v ./... 2>&1 | tee gotest.${{ matrix.os }}.log | gotestfmt
|
||||
|
||||
- name: Upload test log
|
||||
|
|
|
|||
Loading…
Reference in a new issue