Skip to content

Commit

Permalink
[UPDATE] CI gradle commands based on new flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
hossain-khan committed Feb 8, 2025
1 parent 4cb7692 commit 53f4e3a
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew lintKotlin --parallel --daemon

- name: Run test
run: ./gradlew testDebugUnitTest --parallel --daemon
run: ./gradlew testInternalDebugUnitTest --parallel --daemon

- name: Build with Gradle
run: ./gradlew assembleDebug --parallel --daemon
2 changes: 1 addition & 1 deletion .github/workflows/kover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# - app/build/reports/kover/htmlDebug/index.html
# - app/build/reports/kover/reportDebug.xml
- name: Build and run tests
run: ./gradlew koverHtmlReportDebug koverXmlReportDebug
run: ./gradlew koverHtmlReportInternalDebug koverXmlReportInternalDebug

# https://github.com/actions/upload-artifact
- name: Upload Kover report
Expand Down

0 comments on commit 53f4e3a

Please sign in to comment.