Skip to content

Commit

Permalink
Update cronet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Jan 5, 2024
1 parent 4b63879 commit 59f4ae3
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 @@ -23,7 +23,7 @@ env:
jobs:
verify:
name: Format & Analyze & Test
runs-on: ubuntu-latest
runs-on: macos-latest
strategy:
matrix:
package: ['cronet_http', 'cronet_http_embedded']
Expand Down Expand Up @@ -64,7 +64,6 @@ jobs:
if: always() && steps.install.outcome == 'success'
with:
api-level: ${{ matrix.sdkVersion }}
arch: x86_64
arch: arm64-v8a
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}
profile: pixel
script: cd 'pkgs/${{ matrix.package }}/example' && flutter test --timeout=1200s integration_test/
script: cd 'pkgs/${{ matrix.package }}/example' && flutter test --timeout=1500s integration_test/

0 comments on commit 59f4ae3

Please sign in to comment.