From 603ec70b4c7ac491efc92b854be918b47a5a0ea9 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sun, 18 Feb 2024 16:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Try=20to=20fix=20cronet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cronet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index f5ff36c64e..cf3d5cdd0d 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -57,7 +57,6 @@ jobs: - name: Run tests uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 if: always() && steps.install.outcome == 'success' - working-directory: 'pkgs/${{ matrix.package }}/example' with: # api-level/minSdkVersion should be help in sync in: # - .github/workflows/cronet.yml @@ -68,5 +67,6 @@ jobs: target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }} profile: pixel script: | + cd pkgs/${{ matrix.package }}/example && pwd && ls -al flutter pub get flutter test --timeout=1200s integration_test/