Skip to content

Commit

Permalink
[WEAR] Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamgurgul committed Jan 9, 2025
1 parent d053c1f commit 3582d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Unit tests
run: ./gradlew testDebugUnitTest
run: ./gradlew allTests

- name: Generate code coverage
run: ./gradlew shared:koverXmlReportDebug
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wear_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Unit tests
run: ./gradlew testDebugUnitTest
run: ./gradlew allTests

- name: Generate code coverage
run: ./gradlew shared:koverXmlReportDebug
Expand Down

0 comments on commit 3582d6d

Please sign in to comment.