From a4b30ec73793de1f38878d057ccb36ed35e4a8b9 Mon Sep 17 00:00:00 2001 From: Blazebrain Date: Thu, 11 Jul 2024 10:46:03 +0100 Subject: [PATCH] ci: One more trial --- .../workflows/automated_integration_test.yml | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/automated_integration_test.yml b/.github/workflows/automated_integration_test.yml index f1a3a00d4..8ee2d4da4 100644 --- a/.github/workflows/automated_integration_test.yml +++ b/.github/workflows/automated_integration_test.yml @@ -182,29 +182,29 @@ jobs: sudo udevadm control --reload-rules sudo udevadm trigger --name-match=kvm - - name: 🦾 Cache gradle - uses: gradle/actions/setup-gradle@v3 + # - name: 🦾 Cache gradle + # uses: gradle/actions/setup-gradle@v3 - - name: 🦾 Cache AVD - uses: actions/cache@v4 - id: avd-cache - with: - path: | - ~/.android/avd/* - ~/.android/adb* - key: avd-${{ matrix.api-level }} + # - name: 🦾 Cache AVD + # uses: actions/cache@v4 + # id: avd-cache + # with: + # path: | + # ~/.android/avd/* + # ~/.android/adb* + # key: avd-${{ matrix.api-level }} - - name: 🦾 Create AVD and generate snapshot for caching - if: steps.avd-cache.outputs.cache-hit != 'true' - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: ${{ matrix.api-level }} - force-avd-creation: false - arch: ${{ matrix.arch }} - target: ${{ matrix.target}} - emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - disable-animations: false - script: echo "Generated AVD snapshot for caching." + # - name: 🦾 Create AVD and generate snapshot for caching + # if: steps.avd-cache.outputs.cache-hit != 'true' + # uses: reactivecircus/android-emulator-runner@v2 + # with: + # api-level: ${{ matrix.api-level }} + # force-avd-creation: false + # arch: ${{ matrix.arch }} + # target: ${{ matrix.target}} + # emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + # disable-animations: false + # script: echo "Generated AVD snapshot for caching." - name: 🚀 Integration tests on Android Emualator uses: reactivecircus/android-emulator-runner@v2