Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 23, 2024
1 parent 5874a14 commit 25cc118
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ env:
PUB_ENVIRONMENT: bot.github

jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
use-flutter: true
sdk: stable
verify:
name: Format & Analyze & Test
runs-on: ubuntu-latest
Expand All @@ -29,9 +34,6 @@ jobs:
fail-fast: false
matrix:
cronetHttpNoPlay: ['false', 'true']
defaults:
run:
working-directory: pkgs/cronet_http
steps:
- name: Delete unnecessary tools 🔧
uses: jlumbroso/[email protected]
Expand Down Expand Up @@ -66,3 +68,7 @@ jobs:
arch: x86_64
target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
script: cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/

defaults:
run:
working-directory: pkgs/cronet_http
2 changes: 0 additions & 2 deletions .github/workflows/dart_health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
with:
sdk: stable
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
warn_on: ""
permissions:
pull-requests: write
12 changes: 9 additions & 3 deletions .github/workflows/okhttp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ env:
PUB_ENVIRONMENT: bot.github

jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
use-flutter: true
sdk: stable
verify:
name: Format & Analyze & Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: pkgs/ok_http
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
Expand Down Expand Up @@ -56,3 +58,7 @@ jobs:
api-level: 21
arch: x86_64
script: cd pkgs/ok_http/example && flutter test --timeout=1200s integration_test/

defaults:
run:
working-directory: pkgs/ok_http

0 comments on commit 25cc118

Please sign in to comment.