We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a384b commit 0beda11Copy full SHA for 0beda11
1 file changed
.github/workflows/ci.yml
@@ -53,10 +53,26 @@ jobs:
53
- name: Remove Snapshots
54
run: find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf
55
- name: Publish Test Report
56
- uses: ScaCap/action-surefire-report@v1.9.1
+ uses: ctrf-io/github-test-reporter@v1.0.26
57
+ with:
58
+ github-report: true
59
+ report-path: '**/target/surefire-reports/*.xml'
60
+ integrations-config: |
61
+ {
62
+ "junit-to-ctrf": {
63
+ "enabled": true,
64
+ "action": "convert",
65
+ "options": {
66
+ "output": "./target/ctrf-reports/ctrf-report.json",
67
+ "toolname": "junit-to-ctrf",
68
+ "useSuiteName": false,
69
+ "env": {
70
+ "appName": "axis2"
71
+ }
72
73
74
75
if: always()
- env:
- NODE_OPTIONS: '--max_old_space_size=4096'
76
site:
77
name: Site
78
runs-on: ubuntu-24.04
0 commit comments