File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -45,40 +45,21 @@ jobs:
45
45
script : |
46
46
echo "Running emulator..."
47
47
echo "Working directory: $(pwd)"
48
- echo ""
49
-
50
- echo "Changing working directory to the example app"
51
- ls -la
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)"
66
- echo ""
67
48
68
49
echo "Unlocking the screen"
69
50
adb shell input keyevent 82 # Unlock the emulator screen if it's locked
70
51
echo ""
71
52
72
53
echo "Getting Flutter dependencies"
73
- flutter pub get
54
+ cd packages/flutter_test_runners/example_deep_links && flutter pub get
74
55
echo ""
75
56
76
57
echo "Building and installing the APK"
77
- flutter run --debug -d emulator-5554
58
+ cd packages/flutter_test_runners/example_deep_links && flutter run --debug -d emulator-5554
78
59
echo ""
79
60
80
61
echo "Running Flutter tests"
81
- flutter test test_driver
62
+ cd packages/flutter_test_runners/example_deep_links && flutter test test_driver
82
63
83
64
# - name: Wait for Emulator to Start
84
65
# working-directory: ~
You can’t perform that action at this time.
0 commit comments