Skip to content

Commit

Permalink
ci: fix JUnit report action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares committed Jun 26, 2023
1 parent 0eb8214 commit 7e5998a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ jobs:
name: gotest.out
path: gotest.out

- name: Install go-junit-report
run: go install github.com/jstemmer/go-junit-report@latest
if: always()

- name: Generate JUnit report
run: cat gotest.out | go-junit-report -set-exit-code > junit.xml
if: always()

- name: Publish JUnit report
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 7e5998a

Please sign in to comment.