From 9f92cf3596a4debc2bd2060eb65ea26b577fec9a Mon Sep 17 00:00:00 2001 From: Frank Merkel <138444693+frankmer@users.noreply.github.com> Date: Wed, 29 May 2024 12:04:45 +0200 Subject: [PATCH] Update test-integration.yaml --- .github/workflows/test-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index f8dd73a3b..5c35db750 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 60 strategy: matrix: - api-level: [21, 30, 34] # [minSdk, most used, newest] + api-level: [30] # [ most used ] steps: - name: Delete unnecessary tools 🔧 uses: jlumbroso/free-disk-space@v1.3.1 @@ -47,4 +47,4 @@ jobs: disable-animations: true disk-size: 6000M heap-size: 600M - script: flutter test integration_test --flavor netknights \ No newline at end of file + script: flutter test integration_test --flavor netknights