Skip to content

Commit 0f8b7a5

Browse files
Trying to get emulator action to work
1 parent 2fe8f5e commit 0f8b7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo ""
6363
6464
echo "Building and installing the APK"
65-
flutter run --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
65+
flutter run --debug -d emulator-5554 --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
6666
echo ""
6767
6868
echo "Running Flutter tests"

0 commit comments

Comments
 (0)