From 4ddaf7c14145fd92bfc94867bbf0b66b252b94e9 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 17 Jan 2025 07:33:41 +0100 Subject: [PATCH] Disable animations --- .github/workflows/Android-CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml index e90ce4916a..e1d2f11b6b 100644 --- a/.github/workflows/Android-CI.yml +++ b/.github/workflows/Android-CI.yml @@ -56,6 +56,7 @@ jobs: tag: ${{ matrix.tag }} abi: ${{ matrix.abi }} cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection + disableAnimations: true - name: Archive Espresso results uses: actions/upload-artifact@v4 if: ${{ always() }}