Skip to content

Commit 5642111

Browse files
author
Your Name
committed
fix: remove duplicate script key in screenshot workflow
1 parent b3fbef1 commit 5642111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/screenshot-android/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,13 @@ runs:
6666
with:
6767
api-level: ${{ inputs.ANDROID_EMULATOR_API }}
6868
arch: ${{ inputs.ANDROID_EMULATOR_ARCH }}
69-
script: flutter drive --flavor postApi30 --driver=test_integration/test_driver.dart --target=test_integration/screenshots.dart -d emulator
7069
profile: pixel_6
7170
avd-name: pixel_6
7271
force-avd-creation: false
7372
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
7473
disable-animations: true
7574
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
7776
7877
- name: Update Fastlane Metadata
7978
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)