Skip to content

Commit

Permalink
handle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok committed Oct 26, 2024
1 parent 36272ae commit 31e1f05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
java-version: 17
distribution: temurin

- name: code quality with deteckt
- name: code quality with detekt
run: ./gradlew detekt

- name: test
run: ./gradlew test

- name: build app
run: ./gradlew build
# - name: test
# run: ./gradlew test
#
# - name: build app
# run: ./gradlew build

0 comments on commit 31e1f05

Please sign in to comment.