Skip to content

Commit

Permalink
setup ci (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr committed Feb 8, 2023
1 parent 9bdd17e commit 68a77d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Kotlin checkstyle
run: ./gradlew :app:ktlintCheck :form:ktlintCheck :dhis_android_analytics:ktlintCheck :commons:ktlintCheck :compose-table:ktlintCheck :dhis2_android_maps:ktlintCheck :stock-management:ktlintCheck
run: ./gradlew :app:ktlintCheck :form:ktlintCheck :dhis_android_analytics:ktlintCheck :commons:ktlintCheck :compose-table:ktlintCheck :dhis2_android_maps:ktlintCheck :stock-managment:ktlintCheck
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew testDhisDebugUnitTest

0 comments on commit 68a77d6

Please sign in to comment.