ci(android): use explicit flavor debug tasks

This commit is contained in:
Ayaan Zaidi
2026-03-20 12:55:52 +05:30
parent f09f98532c
commit 0c2e6fe97f
5 changed files with 30 additions and 13 deletions

View File

@@ -116,7 +116,7 @@ jobs:
- name: Build Android for CodeQL
if: matrix.language == 'java-kotlin'
working-directory: apps/android
run: ./gradlew --no-daemon :app:assembleDebug
run: ./gradlew --no-daemon :app:assemblePlayDebug
- name: Build Swift for CodeQL
if: matrix.language == 'swift'