Skip to content

Commit

Permalink
chore: Removing publish test result step from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 18, 2024
1 parent 9fea4e2 commit f835e2a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- run: ./gradlew -v
- name: Build with Gradle
run: ./gradlew -s --no-daemon -i -p ${{ matrix.module }} check
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action/composite@v1
if: always()
with:
files: "**/test-results/**/*.xml"

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

0 comments on commit f835e2a

Please sign in to comment.