Skip to content

Commit

Permalink
Aggregating detekt and build tasks into a single Gradle invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Apr 9, 2024
1 parent 19e1527 commit 70c543f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Run Detekt
run: ./gradlew detekt

- name: Build the CI Debug Apk
run: ./gradlew buildCiDebug
- name: Run Detekt and build the CI Debug Apk
run: ./gradlew detekt buildCiDebug

0 comments on commit 70c543f

Please sign in to comment.