Skip to content

Commit

Permalink
try to fix integration tests for android 23
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Nov 4, 2024
1 parent 1f75416 commit 5fcfa06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: x86_64
emulator-boot-timeout: 1800 # 30 minutes
script: cd example && flutter test integration_test/main.dart --timeout=1800s --coverage --coverage-package maplibre
script: cd example && flutter test integration_test/main.dart --timeout=1800s -r expanded --coverage --coverage-package maplibre
- name: "Run Codecov"
uses: codecov/codecov-action@v4
if: ${{ matrix.api-level == '34' }}
Expand Down
4 changes: 2 additions & 2 deletions example/integration_test/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import 'permission_manager_test.dart' as permission;
void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
controller.main();
general.main();
permission.main();
// general.main();
// permission.main();
}

0 comments on commit 5fcfa06

Please sign in to comment.