mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
ci: fix integration test config syntax
This commit is contained in:
parent
112a160725
commit
33b2100842
1 changed files with 2 additions and 1 deletions
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
|
@ -40,4 +40,5 @@ jobs:
|
|||
| sed s/127.0.0.1/0.0.0.0/g | bash
|
||||
- name: Run integration tests
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
run: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||
with:
|
||||
script: ./gradlew -PallWarningsAsErrors=false vector:connectedAndroidTest matrix-sdk-android:connectedAndroidTest
|
||||
|
|
Loading…
Reference in a new issue