We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe8f5e commit 0f8b7a5Copy full SHA for 0f8b7a5
.github/workflows/pr_validation.yaml
@@ -62,7 +62,7 @@ jobs:
62
echo ""
63
64
echo "Building and installing the APK"
65
- flutter run --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
+ flutter run --debug -d emulator-5554 --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
66
67
68
echo "Running Flutter tests"
0 commit comments