mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-29 09:19:01 +03:00
using single line for the emulator script, doesn't seem to support multiline
This commit is contained in:
parent
70dd3e5cb9
commit
0ab5734c53
1 changed files with 1 additions and 6 deletions
7
.github/workflows/sanity_test.yml
vendored
7
.github/workflows/sanity_test.yml
vendored
|
@ -59,12 +59,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
script: |
|
script: ./gradlew $CI_GRADLE_ARG_PROPERTIES -PallWarningsAsErrors=false connectedGplayDebugAndroidTest -Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest || adb pull sdcard/Pictures/failure_screenshots
|
||||||
./gradlew $CI_GRADLE_ARG_PROPERTIES \
|
|
||||||
-PallWarningsAsErrors=false \
|
|
||||||
connectedGplayDebugAndroidTest \
|
|
||||||
-Pandroid.testInstrumentationRunnerArguments.class=im.vector.app.ui.UiAllScreensSanityTest \
|
|
||||||
|| 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…
Add table
Reference in a new issue