We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea0738 commit f95af67Copy full SHA for f95af67
1 file changed
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
run: ./gradlew ktlintCheck assembleDebug lintDebug testDebug -s --continue
54
55
- name: Publish Unit Test Report
56
- uses: EnricoMi/publish-unit-test-result-action@v2.23.0
+ uses: EnricoMi/publish-unit-test-result-action@v2.24.0
57
if: always()
58
with:
59
comment_mode: off
@@ -138,7 +138,7 @@ jobs:
138
script: ./gradlew connectedDebugAndroidTest -s || ./gradlew connectedDebugAndroidTest -s
139
140
- name: Publish Integration Test Report
141
142
143
144
0 commit comments