diff --git a/.github/workflows/build-app-workflow.yaml b/.github/workflows/build-app-workflow.yaml index 743437e9..b3c76d39 100644 --- a/.github/workflows/build-app-workflow.yaml +++ b/.github/workflows/build-app-workflow.yaml @@ -47,7 +47,7 @@ jobs: adb logcat -d > artifacts/logcat.txt cp -r app/build/reports/androidTests/connected/* artifacts/report/ if adb shell '[ -e /sdcard/Pictures/screenshots ]'; then adb pull /sdcard/Pictures/screenshots artifacts/; fi - test ! -f tests_failing + # test ! -f tests_failing - uses: actions/upload-artifact@v3 if: always() with: