Skip to content

Commit

Permalink
💚 Try to fix cronet
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 18, 2024
1 parent 92f374a commit 8485ce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Run tests
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2
if: always() && steps.install.outcome == 'success'
working-directory: pkgs/${{ matrix.package }}/example
with:
# api-level/minSdkVersion should be help in sync in:
# - .github/workflows/cronet.yml
Expand All @@ -67,7 +68,5 @@ jobs:
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}
profile: pixel
script: |
pwd
cd pkgs/${{ matrix.package }}/example
flutter pub get
flutter test --timeout=1200s integration_test/

0 comments on commit 8485ce6

Please sign in to comment.