diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 65ecc4c20c..0dfe64bb06 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -57,6 +57,7 @@ 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 @@ -67,7 +68,5 @@ jobs: target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }} profile: pixel script: | - pwd - cd pkgs/${{ matrix.package }}/example flutter pub get flutter test --timeout=1200s integration_test/