Skip to content

Commit

Permalink
Action to publish test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
arusevm committed Sep 13, 2024
1 parent a950fb0 commit e383953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ jobs:
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
continue-on-error: true

- name: Publish Test Report
if: success() || failure()
uses: scacap/action-surefire-report@v1
2 changes: 1 addition & 1 deletion zookeeper/stable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
<forkCount>${surefire-forkcount}</forkCount>
<reuseForks>false</reuseForks>
<argLine>-Xmx512m -Dtest.junit.threads=${surefire-forkcount} -Dzookeeper.junit.threadid=${surefire.forkNumber} -javaagent:"${settings.localRepository}"/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar</argLine>
<basedir>${project.basedir}</basedir>
<workingDirectory>${project.build.directory}/zookeeper-release-${zookeeper.stable.version}/zookeeper-server</workingDirectory>
<systemPropertyVariables>
<build.test.dir>${project.build.directory}/surefire</build.test.dir>
<zookeeper.DigestAuthenticationProvider.superDigest>super:D/InIHSb7yEEbrWz8b9l71RjZJU=</zookeeper.DigestAuthenticationProvider.superDigest>
Expand Down

0 comments on commit e383953

Please sign in to comment.