mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-16 20:51:46 +00:00
Remove debugger
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
a493145b21
commit
73fe36ff71
1 changed files with 0 additions and 1 deletions
1
.github/workflows/selftest.yml
vendored
1
.github/workflows/selftest.yml
vendored
|
|
@ -32,7 +32,6 @@ jobs:
|
||||||
working-directory: testdata
|
working-directory: testdata
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
ls /c/Windows/System32
|
|
||||||
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