Skip to content

Commit

Permalink
Merge pull request #1 from waldirborbajr/fix_action
Browse files Browse the repository at this point in the history
feat: fix missing report.xml
  • Loading branch information
waldirborbajr authored Feb 27, 2024
2 parents 01ac8c6 + 03a11a4 commit 2954a78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
run: go install github.com/jstemmer/go-junit-report/v2@latest
- name: Run tests
run: go test -cover -bench=. -benchmem -race -v 2>&1 ./... | go-junit-report -set-exit-code > report.xml
- name: Test Summary
uses: test-summary/action@v2
with:
paths: |
report.xml
if: always()
# - name: Test Summary
# uses: test-summary/action@v2
# with:
# paths: |
# report.xml
# if: always()

goreleaser:
name: Build and Publish
Expand Down

0 comments on commit 2954a78

Please sign in to comment.