From d2dc7a83155bb87c4f54902cccbbdd6c1c6e786c Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 25 Dec 2023 13:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cronet.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index 0976a756ff..d33d64430f 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -65,4 +65,7 @@ jobs: api-level: 28 target: ${{ matrix.package == 'cronet_http_embedded' && 'google_apis' || 'playstore' }} profile: pixel - script: cd 'pkgs/${{ matrix.package }}/example' && flutter test --timeout=1200s integration_test/ + script: | + cd 'pkgs/${{ matrix.package }}/example' + flutter pub get + flutter test --timeout=1200s integration_test/