From 70dd3e5cb9be304f742f670d83d65163f7313aec Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Tue, 9 Nov 2021 13:13:04 +0000 Subject: [PATCH] adding missing indentation --- .github/workflows/sanity_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sanity_test.yml b/.github/workflows/sanity_test.yml index 91d59b9b1c..6c06af8766 100644 --- a/.github/workflows/sanity_test.yml +++ b/.github/workflows/sanity_test.yml @@ -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