Skip to content

Commit a1e37c3

Browse files
Trying to get emulator action to work
1 parent fe72380 commit a1e37c3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,22 @@ jobs:
4343
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
4444
disable-animations: false
4545
script: |
46+
echo "Running emulator..."
47+
echo "Working directory: $(pwd)"
48+
echo ""
49+
4650
echo "Unlocking the screen"
4751
adb shell input keyevent 82 # Unlock the emulator screen if it's locked
52+
echo ""
4853
4954
echo "Getting Flutter dependencies"
5055
flutter pub get
56+
echo ""
5157
5258
echo "Building and installing the APK"
5359
flutter build apk --debug
54-
flutter install --debug
60+
flutter install
61+
echo ""
5562
5663
echo "Running Flutter tests"
5764
flutter test test_driver

0 commit comments

Comments
 (0)