Skip to content

Commit a0dd1b6

Browse files
Trying to get emulator action to work
1 parent 9ac0b14 commit a0dd1b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
echo ""
6363
6464
echo "Building and installing the APK"
65-
flutter build apk --debug
66-
flutter install
65+
# flutter build apk --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
66+
# flutter install
67+
flutter run --debug --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
6768
echo ""
6869

6970
echo "Running Flutter tests"

0 commit comments

Comments
 (0)