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 0f8b7a5 commit 4dd7106Copy full SHA for 4dd7106
.github/workflows/pr_validation.yaml
@@ -49,8 +49,20 @@ jobs:
49
50
echo "Changing working directory to the example app"
51
ls -la
52
- cd ./packages/flutter_test_runners/example_deep_links
53
- echo "Working directory: $(pwd)"
+ echo ""
+ cd packages
54
+ ls -la
55
56
+
57
+ cd flutter_test_runners
58
59
60
61
+ cd example_deep_links
62
63
64
65
+ echo "Final working directory: $(pwd)"
66
echo ""
67
68
echo "Unlocking the screen"
@@ -62,7 +74,7 @@ jobs:
74
75
76
echo "Building and installing the APK"
- flutter run --debug -d emulator-5554 --target=packages/flutter_test_runners/example_deep_links/lib/main.dart
77
+ flutter run --debug -d emulator-5554
78
79
80
echo "Running Flutter tests"
0 commit comments