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 9ac0b14 commit a0dd1b6Copy full SHA for a0dd1b6
.github/workflows/pr_validation.yaml
@@ -62,8 +62,9 @@ jobs:
62
echo ""
63
64
echo "Building and installing the APK"
65
- flutter build apk --debug
66
- flutter install
+# flutter build apk --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
+# flutter install
67
+ flutter run --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
68
69
70
echo "Running Flutter tests"
0 commit comments