Skip to content

Commit

Permalink
Skip Lint for Android Build Check (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsciaroni authored Nov 23, 2024
1 parent 437ba79 commit 797b7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew check --stacktrace
run: ./gradlew check -x lint --stacktrace
- name: 'Gradle Build'
run: ./gradlew build
run: ./gradlew build -x lint --stacktrace
- name: Upload APK
if: startsWith(github.ref, 'refs/tags')
uses: AButler/upload-release-assets@v3.0
Expand Down

0 comments on commit 797b7aa

Please sign in to comment.