Skip to content

Commit

Permalink
ci: disable daemon for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorhugods committed May 22, 2024
1 parent 69b0a99 commit 5abd2a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
# Then:
# For the app we need lintDevDebug. For the other modules we use lintDebug.
run: |
./gradlew collectDependencies -q
./gradlew lintDebug
./gradlew lintDevDebug
./gradlew collectDependencies -q --no-daemon
./gradlew lintDebug --no-daemon
./gradlew lintDevDebug --no-daemon
- name: Cleanup Gradle Cache
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
Expand Down

0 comments on commit 5abd2a4

Please sign in to comment.