mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-18 13:41:47 +00:00
Add debugger for PATH variable
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
9a4f739c73
commit
9886b87b4f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/selftest.yml
vendored
1
.github/workflows/selftest.yml
vendored
|
|
@ -32,6 +32,7 @@ jobs:
|
||||||
working-directory: testdata
|
working-directory: testdata
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo "$PATH"
|
||||||
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