We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbcf15 commit de7f649Copy full SHA for de7f649
.github/workflows/ci.yml
@@ -52,15 +52,14 @@ jobs:
52
run: sbt --batch mimaReportBinaryIssues
53
54
- name: Run tests
55
- continue-on-error: true # results are reported by action-junit-report
56
run: sbt coverage test
57
58
- name: Run integration tests
59
60
run: sh ./scripts/run-multijvm-test.sh 1
61
62
- name: Publish test report
63
uses: mikepenz/action-junit-report@v2
+ if: ${{ always() }}
64
with:
65
check_name: ScalaTest Report (Java ${{ matrix.java }})
66
report_paths: 'target/**test-reports/TEST-*.xml'
0 commit comments