adding missing indentation
This commit is contained in:
parent
10a8a45391
commit
70dd3e5cb9
8
.github/workflows/sanity_test.yml
vendored
8
.github/workflows/sanity_test.yml
vendored
@ -61,10 +61,10 @@ jobs:
|
|||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
script: |
|
script: |
|
||||||
./gradlew $CI_GRADLE_ARG_PROPERTIES \
|
./gradlew $CI_GRADLE_ARG_PROPERTIES \
|
||||||
-PallWarningsAsErrors=false \
|
-PallWarningsAsErrors=false \
|
||||||
connectedGplayDebugAndroidTest \
|
connectedGplayDebugAndroidTest \
|
||||||
-Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest \
|
-Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest \
|
||||||
|| adb pull sdcard/Pictures/failure_screenshots
|
|| adb pull sdcard/Pictures/failure_screenshots
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: failure-screenshots
|
name: failure-screenshots
|
||||||
|
Loading…
x
Reference in New Issue
Block a user