File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 run : ./gradlew --no-daemon temporal-sdk:testResourceIndependent -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest
4141
4242 - name : Publish Test Report
43- uses : mikepenz/action-junit-report@v4
43+ uses : mikepenz/action-junit-report@v5
4444 if : success() || failure() # always run even if the previous step fails
4545 with :
4646 report_paths : ' **/build/test-results/test/TEST-*.xml'
8989 run : ./gradlew --no-daemon :temporal-sdk:virtualThreadTests -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava
9090
9191 - name : Publish Test Report
92- uses : mikepenz/action-junit-report@v4
92+ uses : mikepenz/action-junit-report@v5
9393 if : success() || failure() # always run even if the previous step fails
9494 with :
9595 report_paths : ' **/build/test-results/test/TEST-*.xml'
@@ -128,7 +128,7 @@ jobs:
128128 run : ./gradlew --no-daemon :temporal-sdk:test --tests '*CloudOperationsClientTest'
129129
130130 - name : Publish Test Report
131- uses : mikepenz/action-junit-report@v4
131+ uses : mikepenz/action-junit-report@v5
132132 if : success() || failure() # always run even if the previous step fails
133133 with :
134134 report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id ' org.cadixdev.licenser' version ' 0.6.1'
1010 id ' com.palantir.git-version' version " ${ palantirGitVersionVersion} " apply false
1111 id ' io.github.gradle-nexus.publish-plugin' version ' 1.3.0'
12- id ' com.diffplug.spotless' version ' 6.25.0 ' apply false
12+ id ' com.diffplug.spotless' version ' 7.0.2 ' apply false
1313 id ' com.github.nbaztec.coveralls-jacoco' version " 1.2.20" apply false
1414
1515 // id 'org.jetbrains.kotlin.jvm' version '1.4.32'
You can’t perform that action at this time.
0 commit comments