Skip to content

Commit 4dd7106

Browse files
Trying to get emulator action to work
1 parent 0f8b7a5 commit 4dd7106

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,20 @@ jobs:
4949
5050
echo "Changing working directory to the example app"
5151
ls -la
52-
cd ./packages/flutter_test_runners/example_deep_links
53-
echo "Working directory: $(pwd)"
52+
echo ""
53+
cd packages
54+
ls -la
55+
echo ""
56+
57+
cd flutter_test_runners
58+
ls -la
59+
echo ""
60+
61+
cd example_deep_links
62+
ls -la
63+
echo ""
64+
65+
echo "Final working directory: $(pwd)"
5466
echo ""
5567
5668
echo "Unlocking the screen"
@@ -62,7 +74,7 @@ jobs:
6274
echo ""
6375
6476
echo "Building and installing the APK"
65-
flutter run --debug -d emulator-5554 --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
77+
flutter run --debug -d emulator-5554
6678
echo ""
6779
6880
echo "Running Flutter tests"

0 commit comments

Comments
 (0)