From 2a4922c6b1a08eee357da61de5251da2bef91af6 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 5 Jan 2024 21:35:14 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cronet.yml b/.github/workflows/cronet.yml index aae7496ca3..f5772379b0 100644 --- a/.github/workflows/cronet.yml +++ b/.github/workflows/cronet.yml @@ -67,7 +67,7 @@ jobs: arch: x86_64 target: ${{ matrix.package == 'cronet_http_embedded' && 'default' || 'google_apis' }} script: | - cd 'pkgs/${{ matrix.package }}/example + cd pkgs/${{ matrix.package }}/example for i in {1..3} do flutter test --timeout=1200s integration_test/ && break