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 988b237 commit 835362eCopy full SHA for 835362e
.github/workflows/pr_validation.yaml
@@ -27,6 +27,8 @@ jobs:
27
arch: x86_64
28
profile: Pixel_8_API_34
29
emulator-options: "-no-snapshot -no-boot-anim -camera-back none -camera-front none" # Emulator options (optional)
30
+ script: |
31
+ echo "Emulator is running"
32
33
- name: Wait for Emulator to Start
34
run: |
0 commit comments