Skip to content

Commit

Permalink
Update test-integration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmer authored May 29, 2024
1 parent 88a5b91 commit 9f92cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -47,4 +47,4 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: flutter test integration_test --flavor netknights
script: flutter test integration_test --flavor netknights

0 comments on commit 9f92cf3

Please sign in to comment.