Skip to content

Commit

Permalink
✅ ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 25, 2023
1 parent d2dc7a8 commit 480a561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
if: always() && steps.install.outcome == 'success'
- name: Run tests
uses: reactivecircus/android-emulator-runner@v2
working-directory: 'pkgs/${{ matrix.package }}/example'
if: always() && steps.install.outcome == 'success'
with:
# api-level/minSdkVersion should be help in sync in:
Expand All @@ -65,7 +66,4 @@ jobs:
api-level: 28
target: ${{ matrix.package == 'cronet_http_embedded' && 'google_apis' || 'playstore' }}
profile: pixel
script: |
cd 'pkgs/${{ matrix.package }}/example'
flutter pub get
flutter test --timeout=1200s integration_test/
script: flutter pub get && flutter test --timeout=1200s integration_test/

0 comments on commit 480a561

Please sign in to comment.