From 17892fbd24a86af6d1ccd09492c8e6ce72465c3a Mon Sep 17 00:00:00 2001 From: darken Date: Thu, 10 Apr 2025 18:43:02 +0200 Subject: [PATCH] Fix test runner --- .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 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