Skip to content

Commit 25cc118

Browse files
committed
Fixes
1 parent 5874a14 commit 25cc118

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

.github/workflows/cronet.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ 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+
sdk: stable
2429
verify:
2530
name: Format & Analyze & Test
2631
runs-on: ubuntu-latest
@@ -29,9 +34,6 @@ jobs:
2934
fail-fast: false
3035
matrix:
3136
cronetHttpNoPlay: ['false', 'true']
32-
defaults:
33-
run:
34-
working-directory: pkgs/cronet_http
3537
steps:
3638
- name: Delete unnecessary tools 🔧
3739
uses: jlumbroso/[email protected]
@@ -66,3 +68,7 @@ jobs:
6668
arch: x86_64
6769
target: ${{ matrix.cronetHttpNoPlay == 'true' && 'default' || 'google_apis' }}
6870
script: cd pkgs/cronet_http/example && flutter test --dart-define=cronetHttpNoPlay=${{ matrix.cronetHttpNoPlay }} --timeout=1200s integration_test/
71+
72+
defaults:
73+
run:
74+
working-directory: pkgs/cronet_http

.github/workflows/dart_health.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ jobs:
3030
with:
3131
sdk: stable
3232
ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http'
33-
fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking"
34-
warn_on: ""
3533
permissions:
3634
pull-requests: write

.github/workflows/okhttp.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ 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+
sdk: stable
2429
verify:
2530
name: Format & Analyze & Test
2631
runs-on: ubuntu-latest
27-
defaults:
28-
run:
29-
working-directory: pkgs/ok_http
3032
steps:
3133
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3234
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
@@ -56,3 +58,7 @@ jobs:
5658
api-level: 21
5759
arch: x86_64
5860
script: cd pkgs/ok_http/example && flutter test --timeout=1200s integration_test/
61+
62+
defaults:
63+
run:
64+
working-directory: pkgs/ok_http

0 commit comments

Comments
 (0)