From b4fbccc04cbd03d35b4814e35959577ada98dbcc Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 6 Jan 2024 00:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20--?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cronet.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index f5772379b0..f9f9c3b7f6 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -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 @@ -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' }}