Skip to content

Commit

Permalink
Exclude lintDebug from CI for now
Browse files Browse the repository at this point in the history
Change-Id: I4023799cab81108a85bcbc5e989a7c8f0d903f3b
  • Loading branch information
yaraki committed Feb 14, 2024
1 parent c81fd5e commit 6cfabfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ jobs:
run: ./gradlew spotlessCheck

- name: Build App
run: ./gradlew assembleDebug

- name: Lint
run: ./gradlew lintDebug
run: ./gradlew :app:assembleDebug

0 comments on commit 6cfabfc

Please sign in to comment.