Skip to content

Commit

Permalink
Update cronet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Jan 10, 2024
1 parent 43a59ae commit e524a7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ jobs:
api-level: 28
target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
profile: pixel
script: flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/
script: |
cd example
flutter pub get
flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/

0 comments on commit e524a7a

Please sign in to comment.