Skip to content

Commit 147a5aa

Browse files
author
David Motsonashvili
committed
uncomment line to debug
1 parent 2ba9d72 commit 147a5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ jobs:
114114
SIMULATOR: ${{ steps.simulator.outputs.udid }}
115115
run: |
116116
# Uncomment following line to have simulator logs printed out for debugging purposes.
117-
# xcrun simctl spawn booted log stream --predicate 'eventMessage contains "flutter"' &
117+
xcrun simctl spawn booted log stream --predicate 'eventMessage contains "flutter"' &
118118
flutter test integration_test/e2e_test.dart -d "$SIMULATOR" --dart-define=CI=true

0 commit comments

Comments
 (0)