Skip to content

Commit

Permalink
Revert "Use powershell on windows"
Browse files Browse the repository at this point in the history
This reverts commit 4eb8bcf061ba3c6c5838e7bc20aee38950ed0e36.
  • Loading branch information
dandavison committed Aug 29, 2024
1 parent f5f583a commit 3de294a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,9 @@ jobs:
- run: mkdir junit-xml

- name: Test
if: runner.os != 'Windows'
shell: bash
run: go test ./... 2>&1 | tee >(go-junit-report -set-exit-code > junit-xml/${{matrix.os}}.xml)

- name: Test (Windows)
if: runner.os == 'Windows'
shell: pwsh
run: go test ./... 2>&1 | Tee-Object output.log; go-junit-report -set-exit-code < output.log > junit-xml/${{matrix.os}}.xml

- name: 'Upload junit-xml artifacts'
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 3de294a

Please sign in to comment.