Reverting, using correct param name

pull/1/head
Jose Alcérreca 3 years ago committed by GitHub
parent b91bfaf20a
commit cf16e2aac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,7 +71,7 @@ jobs:
timeout-minutes: 30 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
api-level: [26, 29] api-level: [23, 26, 29]
steps: steps:
- name: Checkout - name: Checkout
@ -102,7 +102,7 @@ jobs:
api-level: ${{ matrix.api-level }} api-level: ${{ matrix.api-level }}
arch: x86 arch: x86
disable-animations: true disable-animations: true
disk.dataPartition.size: 1500M disk-size: 800M
script: ./gradlew connectedAndroidTest -x :benchmark:connectedBenchmarkAndroidTest script: ./gradlew connectedAndroidTest -x :benchmark:connectedBenchmarkAndroidTest
- name: Upload test reports - name: Upload test reports

Loading…
Cancel
Save