diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml index a96a072b9b..497cd481d2 100644 --- a/.github/workflows/cupertino.yml +++ b/.github/workflows/cupertino.yml @@ -58,4 +58,4 @@ jobs: run: flutter analyze --fatal-infos if: always() && steps.install.outcome == 'success' - name: Run tests - run: flutter test --timeout=1200s integration_test/ + run: flutter test --timeout=1200s example/integration_test