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 b20dba1 commit abcd599Copy full SHA for abcd599
.github/workflows/pr_validation.yaml
@@ -62,7 +62,7 @@ jobs:
62
echo ""
63
64
echo "Building and installing the APK"
65
- cd packages/flutter_test_runners/example_deep_links && flutter install --debug -d emulator-5554
+ cd packages/flutter_test_runners/example_deep_links && flutter build apk --debug && flutter install --debug -d emulator-5554
66
67
68
echo "Running Flutter tests"
0 commit comments