Skip to content

Commit

Permalink
Update EnricoMi/publish-unit-test-result-action action to v2.18.0 (#747)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 41a7485 commit b1795fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./gradlew testDebug -s

- name: Publish Unit Test Report
uses: EnricoMi/publish-unit-test-result-action@v2.17.1
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
if: always()
with:
check_name: "Unit Test Results"
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
script: ./gradlew connectedDebugAndroidTest -s || ./gradlew connectedDebugAndroidTest -s

- name: Publish Integration Test Report
uses: EnricoMi/publish-unit-test-result-action@v2.17.1
uses: EnricoMi/publish-unit-test-result-action@v2.18.0
if: always()
with:
check_name: "Integration Test Results"
Expand Down

0 comments on commit b1795fb

Please sign in to comment.