Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 776316d

Browse files
committed
Analyze before test
1 parent e0e4f5c commit 776316d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ task:
5454
cd $FRAMEWORK_PATH/flutter/dev/integration_tests/web
5555
../../../bin/flutter config --local-engine=host_debug_unopt --no-analytics --enable-web
5656
../../../bin/flutter --local-engine=host_debug_unopt build web -v
57-
test_framework_script: |
58-
cd $FRAMEWORK_PATH/flutter/packages/flutter
59-
../../bin/flutter test --local-engine=host_debug_unopt
6057
analyze_framework_script: |
6158
cd $FRAMEWORK_PATH/flutter
6259
rm -rf bin/cache/pkg/sky_engine
6360
cp -r $ENGINE_PATH/src/out/host_debug_unopt/gen/dart-pkg/sky_engine bin/cache/pkg/
6461
bin/flutter analyze --dartdocs --flutter-repo
62+
test_framework_script: |
63+
cd $FRAMEWORK_PATH/flutter/packages/flutter
64+
../../bin/flutter test --local-engine=host_debug_unopt
6565
- name: build_and_test_android_unopt_debug
6666
env:
6767
USE_ANDROID: "True"

0 commit comments

Comments
 (0)