We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd011d commit 8c69c94Copy full SHA for 8c69c94
.github/workflows/dart.yml
@@ -52,6 +52,7 @@ jobs:
52
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
53
54
- name: Install webdev
55
+ if: runner.os != 'Windows'
56
run: dart pub global activate webdev
57
58
- name: Build example
@@ -61,6 +62,7 @@ jobs:
61
62
dart compile aot-snapshot bin/example.dart
63
64
- name: Build Web example
65
66
run: |
67
cd example_web
68
dart pub get
.github/workflows/flutter_integration_test.yml
@@ -18,7 +18,7 @@ jobs:
18
access_token: ${{ github.token }}
19
20
test-android:
21
- runs-on: ubuntu-latest
+ runs-on: macos-latest
22
timeout-minutes: 30
23
defaults:
24
run:
0 commit comments