From a99bb666974a07fce75396b8f05dd65371f34538 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 23 Oct 2024 15:13:33 -0700 Subject: [PATCH] Cupertino --- .github/workflows/cupertino.yml | 13 ++++++++++--- .github/workflows/dart_health.yaml | 1 + 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cupertino.yml b/.github/workflows/cupertino.yml index 68213aa069..24877a9e87 100644 --- a/.github/workflows/cupertino.yml +++ b/.github/workflows/cupertino.yml @@ -21,12 +21,15 @@ env: PUB_ENVIRONMENT: bot.github jobs: + health: + uses: dart-lang/ecosystem/.github/workflows/health.yaml@main + with: + use-flutter: true + fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking" + sdk: stable verify: name: Format & Analyze & Test runs-on: macos-latest - defaults: - run: - working-directory: pkgs/cupertino_http strategy: fail-fast: false matrix: @@ -57,3 +60,7 @@ jobs: cd example flutter pub get flutter test integration_test/main.dart --test-randomize-ordering-seed=random + +defaults: + run: + working-directory: pkgs/cupertino_http diff --git a/.github/workflows/dart_health.yaml b/.github/workflows/dart_health.yaml index a462e05617..3bdb3862b3 100644 --- a/.github/workflows/dart_health.yaml +++ b/.github/workflows/dart_health.yaml @@ -29,6 +29,7 @@ jobs: uses: dart-lang/ecosystem/.github/workflows/health.yaml@main with: sdk: stable + fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking" ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http' permissions: pull-requests: write