Skip to content

Commit

Permalink
[cronet] Use the same host and Android emulator architecture. (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored May 16, 2024
1 parent 4722e03 commit ec55561
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
- main
- master
paths:
- '.github/workflows/cronet.yaml'
- '.github/workflows/cronet.yml'
- 'pkgs/cronet_http/**'
- 'pkgs/http_client_conformance_tests/**'
pull_request:
paths:
- '.github/workflows/cronet.yaml'
- '.github/workflows/cronet.yml'
- 'pkgs/cronet_http/**'
- 'pkgs/http_client_conformance_tests/**'
schedule:
Expand All @@ -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 @@ -59,5 +59,4 @@ jobs:
api-level: 21
arch: x86_64
target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
profile: pixel
script: cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/

0 comments on commit ec55561

Please sign in to comment.