From ba1af6baeab0545060f2ad67a8c1435a63f46224 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 25 Dec 2023 10:13:41 +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/cupertino.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml index 497cd481d2..9d2830f3b4 100644 --- a/.github/workflows/cupertino.yml +++ b/.github/workflows/cupertino.yml @@ -58,4 +58,7 @@ jobs: run: flutter analyze --fatal-infos if: always() && steps.install.outcome == 'success' - name: Run tests - run: flutter test --timeout=1200s example/integration_test + run: | + cd example + flutter pub get + flutter test --timeout=1200s integration_test/