You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dart test -p chrome --test-randomize-ordering-seed=random --chain-stack-traces
50
51
dart test -p vm --coverage=coverage --test-randomize-ordering-seed=random --chain-stack-traces
51
52
dart pub run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib
52
53
53
54
- name: Install webdev
55
+
if: runner.os != 'Windows'
54
56
run: dart pub global activate webdev
55
57
56
58
- name: Build example
57
59
run: |
58
60
cd example
59
61
dart pub get
60
-
dart compile exe bin/example.dart
62
+
dart compile aot-snapshot bin/example.dart
61
63
62
-
# Windows if condition because of: The pubspec.lock file has changed since the .dart_tool/package_config.json file was generated, please run "pub get" again.
63
-
# stable if condition because of: beta channel requires newer build_web_compilers and build_runner with Dart 3
0 commit comments