File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
run : ./gradlew --no-daemon temporal-sdk:testResourceIndependent -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava -P edgeDepsTest
41
41
42
42
- name : Publish Test Report
43
- uses : mikepenz/action-junit-report@v4
43
+ uses : mikepenz/action-junit-report@v5
44
44
if : success() || failure() # always run even if the previous step fails
45
45
with :
46
46
report_paths : ' **/build/test-results/test/TEST-*.xml'
89
89
run : ./gradlew --no-daemon :temporal-sdk:virtualThreadTests -x checkLicenseMain -x checkLicenses -x spotlessCheck -x spotlessApply -x spotlessJava
90
90
91
91
- name : Publish Test Report
92
- uses : mikepenz/action-junit-report@v4
92
+ uses : mikepenz/action-junit-report@v5
93
93
if : success() || failure() # always run even if the previous step fails
94
94
with :
95
95
report_paths : ' **/build/test-results/test/TEST-*.xml'
@@ -128,7 +128,7 @@ jobs:
128
128
run : ./gradlew --no-daemon :temporal-sdk:test --tests '*CloudOperationsClientTest'
129
129
130
130
- name : Publish Test Report
131
- uses : mikepenz/action-junit-report@v4
131
+ uses : mikepenz/action-junit-report@v5
132
132
if : success() || failure() # always run even if the previous step fails
133
133
with :
134
134
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' org.cadixdev.licenser' version ' 0.6.1'
10
10
id ' com.palantir.git-version' version " ${ palantirGitVersionVersion} " apply false
11
11
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
13
13
id ' com.github.nbaztec.coveralls-jacoco' version " 1.2.20" apply false
14
14
15
15
// id 'org.jetbrains.kotlin.jvm' version '1.4.32'
You can’t perform that action at this time.
0 commit comments