Skip to content

Commit

Permalink
Fix CI, the original one is pushed from the other repositories by @ne…
Browse files Browse the repository at this point in the history
…lsonfertica but it doesn't apply to this project
  • Loading branch information
jdiegoh3 committed May 5, 2023
1 parent 5a65104 commit 2799584
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/android_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Assemble app debug APK
run: bash ./gradlew assembleDebug
- name: Build the project
run: bash ./gradlew build --stacktrace

code_quality_analysis:
name: Check code quality
Expand All @@ -36,6 +36,4 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Misspelling on detekt
run: bash ./gradlew detekt
- name: Run unit tests & validate coverage
run: bash ./gradlew jacocoCoverageVerification --stacktrace --continue
run: bash ./gradlew detekt --stacktrace --continue

0 comments on commit 2799584

Please sign in to comment.