Skip to content

Commit

Permalink
Cupertino
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 23, 2024
1 parent 8194345 commit a99bb66
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/dart_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a99bb66

Please sign in to comment.