Skip to content

Commit

Permalink
Update android ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok authored Nov 10, 2024
1 parent 3f1213b commit cffc282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
java-version: 17
distribution: temurin
cache: 'gradle'

- name: code quality with detekt
run: ./gradlew detekt
Expand All @@ -23,4 +24,4 @@ jobs:
run: ./gradlew test

- name: build app
run: ./gradlew build
run: ./gradlew assembleDebug

0 comments on commit cffc282

Please sign in to comment.