Try using exe for pwsh

Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
Yuri Norwood 2022-11-07 12:49:08 +13:00 committed by GitHub
parent 28a666b71c
commit 4254940607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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