mirror of
https://github.com/element-hq/element-android
synced 2024-12-18 07:12:47 +03:00
ci: fix integration test config api-level
This commit is contained in:
parent
33b2100842
commit
7db5c66f2c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
|
@ -41,4 +41,5 @@ jobs:
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
|
api-level: 29
|
||||||
script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||||
|
|
Loading…
Reference in a new issue