Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafMah committed Jul 19, 2023
1 parent b838b46 commit 3282fb5
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,13 @@ jobs:
if: always()
run: cat /tmp/gotest-ingest.log | go-junit-report -parser gojson > report-ingest.xml

- name: Upload Test Results
- name: Test Results
if: always()
uses: actions/upload-artifact@v2
uses: EnricoMi/publish-unit-test-result-action@v2
with:
name: Unit Test Results
path: report*.xml
files: report*.xml
report_individual_runs: true
report_suite_logs: info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

publish-test-results:

name: "Publish Unit Tests Results"
needs: build
runs-on: ubuntu-latest
if: always()

steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
path: artifacts

- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: artifacts/**/*.xml

0 comments on commit 3282fb5

Please sign in to comment.