no google_apis for api 27

Change-Id: I87df5cc139d25bee28070306983f16fbbd270fb4
ben/dropshots
Jose Alcérreca 5 months ago
parent 9d379aa833
commit ed087358c4

@ -247,7 +247,7 @@ jobs:
include:
- api-level: 27
profile: pixel_5
target: google_apis
target: default
- api-level: 33
profile: pixel_fold
target: google_apis
@ -322,6 +322,7 @@ jobs:
profile: ${{ matrix.profile }}
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
# Run tests, if they fail, record screenshots and exit with a failure
#TODO: Split the script in multiple lines (note that the action does some parsing that breaks multiline)
script:
set +e ; if ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests --daemon ; then echo "All screenshot tests passed" ; else echo "Recording new goldens" ; ./gradlew connectedDemoDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.annotation=com.google.samples.apps.nowinandroid.ui.InstrumentedScreenshotTests -Pdropshots.record --daemon --stacktrace ; echo "newgoldens=true" >> $GITHUB_OUTPUT ; fi

Loading…
Cancel
Save