fix(ci): Remove non-debug unit test variants for AGP 9 compatibility

This commit is contained in:
darken
2026-02-08 17:31:19 +01:00
committed by Matthias Urhahn
parent 6223524a1e
commit 2f3f1f3f70
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
variant: [ Debug,Beta,Release ]
variant: [ Debug ]
flavor: [ testFoss,testGplay ]
runs-on: ubuntu-22.04
steps: