Skip to content

Commit

Permalink
Update app-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuwu committed Oct 5, 2023
1 parent 440d9f7 commit a691e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Detekt
run: chmod +x .github/scripts/gradlew_recursive.sh ; .github/scripts/gradlew_recursive.sh detekt
# - name: Detekt
# run: chmod +x .github/scripts/gradlew_recursive.sh ; .github/scripts/gradlew_recursive.sh detekt
- name: Build project
run: chmod +x .github/scripts/gradlew_recursive.sh ; .github/scripts/gradlew_recursive.sh assembleDebug
- name: Zip artifacts
Expand Down

0 comments on commit a691e65

Please sign in to comment.