From 7518e6badcfe28ee471cb2b35fd48057866ae15b Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 12 Nov 2024 22:32:50 +0500 Subject: [PATCH] ci: skip build --- .github/workflows/android.e2e.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/android.e2e.yml b/.github/workflows/android.e2e.yml index 5786bdd685..47fccdc64e 100644 --- a/.github/workflows/android.e2e.yml +++ b/.github/workflows/android.e2e.yml @@ -51,8 +51,8 @@ jobs: ~/.android/adb* key: avd-${{ env.API_LEVEL }} - - name: Detox build - run: yarn build:android + # - name: Detox build + # run: yarn build:android - name: Free Disk Space @@ -91,16 +91,16 @@ jobs: disable-animations: true script: echo "Generated AVD snapshot for caching." - - name: Detox test - uses: reactivecircus/android-emulator-runner@v2 - with: - api-level: ${{ env.API_LEVEL }} - arch: ${{ env.ARCH }} - avd-name: ${{ steps.device.outputs.AVD_NAME }} - disable-animations: true - emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none - force-avd-creation: false - script: yarn test:android --headless --record-logs failing --record-videos failing --take-screenshots failing + # - name: Detox test + # uses: reactivecircus/android-emulator-runner@v2 + # with: + # api-level: ${{ env.API_LEVEL }} + # arch: ${{ env.ARCH }} + # avd-name: ${{ steps.device.outputs.AVD_NAME }} + # disable-animations: false + # emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + # force-avd-creation: false + # script: yarn test:android --headless --record-logs failing --record-videos failing --take-screenshots failing - name: Upload artifacts if: failure()