Skip to content

Commit

Permalink
CI changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Nov 26, 2024
1 parent ae9a851 commit 7405865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ runTest:
# Run all workflow tests on desktop
desktopWorkflowTest:
@echo "Running all integration tests..."
flutter test integration_test/app_startup_flow_test.dart -d macos --verbose
flutter test integration_test/app_startup_flow_test.dart -d macos
#sh $(CURDIR)/integration_test/run_test.sh


Expand Down
2 changes: 1 addition & 1 deletion integration_test/app_startup_flow_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import 'utils/test_utils.dart';
void main() {
if(isDesktop()){
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
WidgetsFlutterBinding.ensureInitialized();
}

appTearDown(
() async {
await sl.reset();
Expand Down

0 comments on commit 7405865

Please sign in to comment.