Skip to content

Commit a99bb66

Browse files
committed
Cupertino
1 parent 8194345 commit a99bb66

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/cupertino.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ env:
2121
PUB_ENVIRONMENT: bot.github
2222

2323
jobs:
24+
health:
25+
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
26+
with:
27+
use-flutter: true
28+
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
29+
sdk: stable
2430
verify:
2531
name: Format & Analyze & Test
2632
runs-on: macos-latest
27-
defaults:
28-
run:
29-
working-directory: pkgs/cupertino_http
3033
strategy:
3134
fail-fast: false
3235
matrix:
@@ -57,3 +60,7 @@ jobs:
5760
cd example
5861
flutter pub get
5962
flutter test integration_test/main.dart --test-randomize-ordering-seed=random
63+
64+
defaults:
65+
run:
66+
working-directory: pkgs/cupertino_http

.github/workflows/dart_health.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
3030
with:
3131
sdk: stable
32+
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
3233
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
3334
permissions:
3435
pull-requests: write

0 commit comments

Comments
 (0)