Skip to content

Commit

Permalink
Update cronet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Dec 5, 2023
1 parent d488bc6 commit 14f004e
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 @@ -77,11 +77,10 @@ jobs:
cd pkgs/cronet_http_embedded
dart tool/prepare_for_embedded.dart
- name: Run tests
working-directory: 'pkgs/${{ matrix.package }}'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
target: playstore
arch: x86_64
profile: pixel
script: cd example && flutter test --timeout=1200s integration_test/
script: cd 'pkgs/${{ matrix.package }}/example' && flutter test --timeout=1200s integration_test/

0 comments on commit 14f004e

Please sign in to comment.