Skip to content

Commit

Permalink
test: switch to another junit reporter
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk committed Jun 29, 2024
1 parent 04f0bc2 commit 287d255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build and test
run: ./gradlew build

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
files: build/test-results/**/*.xml
Expand Down

0 comments on commit 287d255

Please sign in to comment.