Skip to content

Commit f835e2a

Browse files
committed
chore: Removing publish test result step from CI
1 parent 9fea4e2 commit f835e2a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
- run: ./gradlew -v
3030
- name: Build with Gradle
3131
run: ./gradlew -s --no-daemon -i -p ${{ matrix.module }} check
32-
- name: Publish Unit Test Results
33-
uses: EnricoMi/publish-unit-test-result-action/composite@v1
34-
if: always()
35-
with:
36-
files: "**/test-results/**/*.xml"
3732

3833
supported_jdks:
3934
runs-on: ubuntu-latest
@@ -57,8 +52,4 @@ jobs:
5752
- run: ./gradlew -v
5853
- name: Build with Gradle
5954
run: ./gradlew -s --no-daemon -i -p ${{ matrix.module }} check
60-
- name: Publish Unit Test Results
61-
uses: EnricoMi/publish-unit-test-result-action/composite@v1
62-
if: always()
63-
with:
64-
files: "**/test-results/**/*.xml"
55+

0 commit comments

Comments
 (0)