diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 12acc816..2ee29dd9 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -49,7 +49,7 @@ jobs: fail-fast: false matrix: variant: [ Debug,Beta,Release ] - flavor: [ test,testFoss,testGplay ] + flavor: [ testFoss,testGplay ] runs-on: ubuntu-22.04 steps: - name: Checkout source code