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 fe72380 commit a1e37c3Copy full SHA for a1e37c3
.github/workflows/pr_validation.yaml
@@ -43,15 +43,22 @@ jobs:
43
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
44
disable-animations: false
45
script: |
46
+ echo "Running emulator..."
47
+ echo "Working directory: $(pwd)"
48
+ echo ""
49
+
50
echo "Unlocking the screen"
51
adb shell input keyevent 82 # Unlock the emulator screen if it's locked
52
53
54
echo "Getting Flutter dependencies"
55
flutter pub get
56
57
58
echo "Building and installing the APK"
59
flutter build apk --debug
- flutter install --debug
60
+ flutter install
61
62
63
echo "Running Flutter tests"
64
flutter test test_driver
0 commit comments