File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 66 - main
77 - master
88 paths :
9- - ' .github/workflows/cronet.yaml '
9+ - ' .github/workflows/cronet.yml '
1010 - ' pkgs/cronet_http/**'
1111 - ' pkgs/http_client_conformance_tests/**'
1212 pull_request :
1313 paths :
14- - ' .github/workflows/cronet.yaml '
14+ - ' .github/workflows/cronet.yml '
1515 - ' pkgs/cronet_http/**'
1616 - ' pkgs/http_client_conformance_tests/**'
1717 schedule :
2323jobs :
2424 verify :
2525 name : Format & Analyze & Test
26- runs-on : macos -latest
26+ runs-on : ubuntu -latest
2727 strategy :
2828 matrix :
2929 cronetHttpNoPlay : ['false', 'true']
5959 api-level : 21
6060 arch : x86_64
6161 target : ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
62- profile : pixel
6362 script : cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/
You can’t perform that action at this time.
0 commit comments