Update Build.yaml

Replaces cC for cAT
pull/1/head
Jose Alcérreca 3 years ago committed by GitHub
parent 952ead6ac4
commit a89dd334bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
script: ./gradlew connectedCheck --stacktrace script: ./gradlew connectedAndroidTest --stacktrace
- name: Upload test reports - name: Upload test reports
if: always() if: always()

Loading…
Cancel
Save