Skip to content

Commit 63fc2b1

Browse files
committed
⏪️ --
1 parent b4fbccc commit 63fc2b1

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

.github/workflows/cronet.yml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
strategy:
2828
matrix:
2929
package: ['cronet_http', 'cronet_http_embedded']
30-
# api-level/minSdkVersion should be help in sync in:
31-
# - .github/workflows/cronet.yml
32-
# - pkgs/cronet_http/android/build.gradle
33-
# - pkgs/cronet_http/example/android/app/build.gradle
34-
sdkVersion: ['21', '34']
3530
steps:
3631
- uses: actions/checkout@v4
3732
- uses: actions/setup-java@v4
@@ -63,19 +58,7 @@ jobs:
6358
uses: reactivecircus/android-emulator-runner@v2
6459
if: always() && steps.install.outcome == 'success'
6560
with:
66-
script: |
67-
cd pkgs/${{ matrix.package }}/example
68-
flutter pub get
69-
for i in {1..3}
70-
do
71-
flutter test --timeout=1200s integration_test/ && break
72-
if [ $i -eq 3 ]
73-
then
74-
echo "Failed after $i retires."
75-
exit 1
76-
fi
77-
echo "Retrying $i. .."
78-
done
79-
api-level: ${{ matrix.sdkVersion }}
80-
arch: x86_64
81-
target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }}
61+
api-level: 28
62+
target: ${{ matrix.package == 'cronet_http_embedded' && 'google_apis' || 'playstore' }}
63+
profile: pixel
64+
script: cd 'pkgs/${{ matrix.package }}/example' && flutter test --timeout=1200s integration_test/

0 commit comments

Comments
 (0)