Skip to content

Commit

Permalink
💚 --
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Jan 5, 2024
1 parent 2a4922c commit b4fbccc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
if: always() && steps.install.outcome == 'success'
with:
api-level: ${{ matrix.sdkVersion }}
arch: x86_64
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}
script: |
cd pkgs/${{ matrix.package }}/example
flutter pub get
for i in {1..3}
do
flutter test --timeout=1200s integration_test/ && break
Expand All @@ -78,3 +76,6 @@ jobs:
fi
echo "Retrying $i. .."
done
api-level: ${{ matrix.sdkVersion }}
arch: x86_64
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}

0 comments on commit b4fbccc

Please sign in to comment.