mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
adding missing indentation
This commit is contained in:
parent
10a8a45391
commit
70dd3e5cb9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/sanity_test.yml
vendored
8
.github/workflows/sanity_test.yml
vendored
|
@ -61,10 +61,10 @@ jobs:
|
|||
api-level: ${{ matrix.api-level }}
|
||||
script: |
|
||||
./gradlew $CI_GRADLE_ARG_PROPERTIES \
|
||||
-PallWarningsAsErrors=false \
|
||||
connectedGplayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest \
|
||||
|| adb pull sdcard/Pictures/failure_screenshots
|
||||
-PallWarningsAsErrors=false \
|
||||
connectedGplayDebugAndroidTest \
|
||||
-Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest \
|
||||
|| adb pull sdcard/Pictures/failure_screenshots
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: failure-screenshots
|
||||
|
|
Loading…
Add table
Reference in a new issue