mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-08 00:37:27 +00:00
Try using exe for pwsh
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
28a666b71c
commit
4254940607
1 changed files with 2 additions and 1 deletions
3
.github/workflows/selftest.yml
vendored
3
.github/workflows/selftest.yml
vendored
|
|
@ -32,7 +32,8 @@ jobs:
|
|||
if: matrix.os == 'windows'
|
||||
shell: pwsh
|
||||
run: |
|
||||
go test -json -v ./... 2>&1 | gotestfmt
|
||||
echo "%PATH%"
|
||||
go test -json -v ./... 2>&1 | gotestfmt.exe
|
||||
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
|
|
|
|||
Loading…
Reference in a new issue