From 2f3f1f3f7099891f174a4a2f9cb8a0748a17f203 Mon Sep 17 00:00:00 2001 From: darken Date: Sun, 8 Feb 2026 17:27:17 +0100 Subject: [PATCH] fix(ci): Remove non-debug unit test variants for AGP 9 compatibility --- .github/workflows/code-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 2ee29dd9..2dec8aa5 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -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: