File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
.github/actions/screenshot-android Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,13 @@ runs:
66
66
with :
67
67
api-level : ${{ inputs.ANDROID_EMULATOR_API }}
68
68
arch : ${{ inputs.ANDROID_EMULATOR_ARCH }}
69
- script : flutter drive --flavor postApi30 --driver=test_integration/test_driver.dart --target=test_integration/screenshots.dart -d emulator
70
69
profile : pixel_6
71
70
avd-name : pixel_6
72
71
force-avd-creation : false
73
72
emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
74
73
disable-animations : true
75
74
script : |
76
- DEVICE_NAME="Pixel 6" flutter drive --driver=test_integration/test_driver.dart --target=test_integration/screenshots.dart -d emulator
75
+ DEVICE_NAME="Pixel 6" flutter drive --flavor postApi30 -- driver=test_integration/test_driver.dart --target=test_integration/screenshots.dart -d emulator
77
76
78
77
- name : Update Fastlane Metadata
79
78
if : ${{ github.event_name == 'push' }}
You can’t perform that action at this time.
0 commit comments