Skip to content

Commit

Permalink
Update cronet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored May 15, 2024
1 parent 92494bf commit 9e9e45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
verify:
name: Format & Analyze & Test
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
cronetHttpNoPlay: ['false', 'true']
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# - .github/workflows/cronet.yml
# - pkgs/cronet_http/android/build.gradle
# - pkgs/cronet_http/example/android/app/build.gradle
api-level: 30
arch: arm64-v8a
api-level: 21
arch: x86_64
target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
script: cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/

0 comments on commit 9e9e45f

Please sign in to comment.