We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310a6f commit e09477cCopy full SHA for e09477c
.github/workflows/tests_ios.yml
@@ -23,4 +23,4 @@ jobs:
23
run: |
24
flutter pub get
25
cd example/ios && pod install
26
- - run: "cd example && flutter test --verbose integration_test/app_test.dart"
+ - run: "cd example && flutter test --verbose --no-enable-impeller integration_test/app_test.dart"
.github/workflows/tests_macos.yml
@@ -21,5 +21,5 @@ jobs:
21
flutter config --enable-macos-desktop
22
cd example/macos && pod install
- - run: "cd example && flutter test --verbose -d macos integration_test/app_test.dart"
+ - run: "cd example && flutter test --verbose --no-enable-impeller -d macos integration_test/app_test.dart"
- run: "cd example && flutter test --verbose test/app_test.dart"
0 commit comments