Skip to content

Commit

Permalink
ci: try using a different test reporter to get logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lenaschoenburg committed Mar 28, 2022
1 parent de20eb7 commit 46f7146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ jobs:
- run: mvn -T1C -B -D skipTests -D skipChecks install
- run: mvn -B -D skipITs -D skipChecks -D junitThreadCount=8 -P parallel-tests -pl :zeebe-atomix-cluster,:zeebe-workflow-engine,:zeebe-logstreams verify
- name: Publish Test Report
if: always()
uses: scacap/action-surefire-report@v1
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: "**/surefire-reports/TEST-*.xml"
check_name: Slow unit test results
fail_if_no_tests: false
smoke-tests:
Expand Down

0 comments on commit 46f7146

Please sign in to comment.