Merge pull request #559 from android/av/tablet-on-ci

Add Pixel C API 30 emulator to CI
pull/585/head
Alex Vanyo 2 years ago committed by GitHub
commit 803e64be53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ jobs:
runs-on: macos-12 runs-on: macos-12
strategy: strategy:
matrix: matrix:
device-config: [ "pixel4api30aospatd" ] device-config: [ "pixel4api30aospatd", "pixelcapi30aospatd" ]
steps: steps:
- uses: actions/setup-java@v3 - uses: actions/setup-java@v3

@ -30,7 +30,8 @@ internal fun configureGradleManagedDevices(
) { ) {
val deviceConfigs = listOf( val deviceConfigs = listOf(
DeviceConfig("Pixel 4", 30, "aosp-atd"), DeviceConfig("Pixel 4", 30, "aosp-atd"),
DeviceConfig("Pixel 6", 31, "aosp") DeviceConfig("Pixel 6", 31, "aosp"),
DeviceConfig("Pixel C", 30, "aosp-atd"),
) )
commonExtension.testOptions { commonExtension.testOptions {

Loading…
Cancel
Save