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 603ec70 commit bbf2bd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,4 @@ jobs:
arch: x86_64
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}
profile: pixel
script: |
cd pkgs/${{ matrix.package }}/example && pwd && ls -al
flutter pub get
flutter test --timeout=1200s integration_test/
script: cd pkgs/${{ matrix.package }}/example && flutter pub get && flutter test --timeout=1200s integration_test/

0 comments on commit bbf2bd0

Please sign in to comment.