From 8539fff60a558f4775f1c06fd255fe4319a24846 Mon Sep 17 00:00:00 2001 From: Alex Bakoushin Date: Wed, 2 Oct 2024 17:20:06 +0200 Subject: [PATCH] temp remove scren recs and snapsot loading --- .github/workflows/e2e-android.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index 82c574317c..1865741d6f 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -86,14 +86,13 @@ jobs: --configuration android.release --artifacts-location e2e/artifacts --take-screenshots=failing - --record-videos=failing --record-logs=failing --loglevel verbose --debug-synchronization 10000 --maxWorkers 2 --headless --retries 3 - --device-boot-args="-snapshot ci_boot" + --device-boot-args="-read-only" - name: Publish Android JUnit Report if: always() uses: mikepenz/action-junit-report@v4