Skip to content

Commit e09477c

Browse files
committed
fix: no impeller for ios and macos
1 parent e310a6f commit e09477c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests_ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: |
2424
flutter pub get
2525
cd example/ios && pod install
26-
- run: "cd example && flutter test --verbose integration_test/app_test.dart"
26+
- run: "cd example && flutter test --verbose --no-enable-impeller integration_test/app_test.dart"

.github/workflows/tests_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
flutter config --enable-macos-desktop
2222
flutter pub get
2323
cd example/macos && pod install
24-
- run: "cd example && flutter test --verbose -d macos integration_test/app_test.dart"
24+
- run: "cd example && flutter test --verbose --no-enable-impeller -d macos integration_test/app_test.dart"
2525
- run: "cd example && flutter test --verbose test/app_test.dart"

0 commit comments

Comments
 (0)