Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed Apr 21, 2023
1 parent 47807db commit b1901c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
distribution: "temurin"
- uses: gradle/gradle-build-action@v2
with:
arguments: testDebugUnitTest jacocoMergedReport
arguments: testDebugUnitTest
- uses: gradle/gradle-build-action@v2
with:
arguments: jacocoMergedReport
- uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
Expand Down

0 comments on commit b1901c9

Please sign in to comment.