fix: skip lint tasks during CI build (avoids extra SDK downloads)
Some checks failed
Build & Deploy APK / build (push) Failing after 3m53s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 21:25:35 +01:00
parent ceb585184f
commit 544c67e2aa

View File

@@ -37,7 +37,7 @@ jobs:
GRADLE_BIN=$(find "$GRADLE_DIR" -name "gradle" -path "*/bin/gradle" | head -1) GRADLE_BIN=$(find "$GRADLE_DIR" -name "gradle" -path "*/bin/gradle" | head -1)
echo "Using Gradle: $GRADLE_BIN" echo "Using Gradle: $GRADLE_BIN"
"$GRADLE_BIN" assembleRelease --no-daemon "$GRADLE_BIN" assembleRelease --no-daemon -x lintVitalAnalyzeRelease -x lintVitalReportRelease
- name: Deploy APK & update version - name: Deploy APK & update version
run: | run: |